diff options
author | Sander Temme <sctemme@apache.org> | 2007-11-18 16:41:03 +0100 |
---|---|---|
committer | Sander Temme <sctemme@apache.org> | 2007-11-18 16:41:03 +0100 |
commit | df96b77cf2c5b0a70aeb6b24ea0dff6faec35efc (patch) | |
tree | 72eea2e4e354262b483aa5da62eb73e3c55c45b2 /modules/examples/Makefile.in | |
parent | Update transformations (diff) | |
download | apache2-df96b77cf2c5b0a70aeb6b24ea0dff6faec35efc.tar.xz apache2-df96b77cf2c5b0a70aeb6b24ea0dff6faec35efc.zip |
* Move the Example modules to the newly created examples subdirectory
* Hopefully correctly fudge the NWGNU make files
* Add mod_example_ipc (without NWGNU stuff or dsp)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@596093 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/examples/Makefile.in')
-rw-r--r-- | modules/examples/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/examples/Makefile.in b/modules/examples/Makefile.in new file mode 100644 index 0000000000..7c5c149d85 --- /dev/null +++ b/modules/examples/Makefile.in @@ -0,0 +1,3 @@ +# a modules Makefile has no explicit targets -- they will be defined by +# whatever modules are enabled. just grab special.mk to deal with this. +include $(top_srcdir)/build/special.mk |