]> granicus.if.org Git - apache/commitdiff
I don't know if these are correct, just my best alien guess.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 6 Oct 2001 05:09:08 +0000 (05:09 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 6 Oct 2001 05:09:08 +0000 (05:09 +0000)
  I also don't suspect we want to add test/ to the modules/ makefile,
  since test won't be distributed with the tarball.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91332 13f79535-47bb-0310-9956-ffa450edef68

modules/test/Makefile.in [new file with mode: 0644]
modules/test/config.m4 [new file with mode: 0644]

diff --git a/modules/test/Makefile.in b/modules/test/Makefile.in
new file mode 100644 (file)
index 0000000..7c5c149
--- /dev/null
@@ -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
diff --git a/modules/test/config.m4 b/modules/test/config.m4
new file mode 100644 (file)
index 0000000..01bc0fa
--- /dev/null
@@ -0,0 +1,9 @@
+
+APACHE_MODPATH_INIT(test)
+
+APACHE_MODULE(optional_hook_export, example optional hook exporter, , , no)
+APACHE_MODULE(optional_hook_import, example optional hook importer, , , no)
+APACHE_MODULE(optional_fn_import, example optional function importer, , , no)
+APACHE_MODULE(optional_fn_export, example optional function exporter, , , no)
+
+APACHE_MODPATH_FINISH