From: William A. Rowe Jr Date: Sat, 6 Oct 2001 05:09:08 +0000 (+0000) Subject: I don't know if these are correct, just my best alien guess. X-Git-Tag: 2.0.26~92 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a5f40f85ba0d35013a1f8359e1c1daac13398d7;p=apache I don't know if these are correct, just my best alien guess. 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 --- diff --git a/modules/test/Makefile.in b/modules/test/Makefile.in new file mode 100644 index 0000000000..7c5c149d85 --- /dev/null +++ b/modules/test/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 diff --git a/modules/test/config.m4 b/modules/test/config.m4 new file mode 100644 index 0000000000..01bc0fa971 --- /dev/null +++ b/modules/test/config.m4 @@ -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