summaryrefslogtreecommitdiffstats
path: root/modules/experimental/Makefile.in
diff options
context:
space:
mode:
authorGreg Stein <gstein@apache.org>2000-07-07 10:05:05 +0200
committerGreg Stein <gstein@apache.org>2000-07-07 10:05:05 +0200
commit8342446f3d7be663c3fd95d4f54f93dc0b2266a7 (patch)
tree9ebe26d528ac50dcd2395546bada3ce775fdfda4 /modules/experimental/Makefile.in
parentturn dav/fs/ into a real module (diff)
downloadapache2-8342446f3d7be663c3fd95d4f54f93dc0b2266a7.tar.xz
apache2-8342446f3d7be663c3fd95d4f54f93dc0b2266a7.zip
add a bit of framework so that experimental modules can be built a bit more
easily. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85784 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/experimental/Makefile.in')
-rw-r--r--modules/experimental/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/experimental/Makefile.in b/modules/experimental/Makefile.in
new file mode 100644
index 0000000000..7c5c149d85
--- /dev/null
+++ b/modules/experimental/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