diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2001-10-06 07:09:08 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2001-10-06 07:09:08 +0200 |
commit | 3a5f40f85ba0d35013a1f8359e1c1daac13398d7 (patch) | |
tree | 2ad8cecaa10c74d9ec553379f0fa618edb20cd71 /modules/test/Makefile.in | |
parent | Some other modules here are argueably tests ... but these are nothing (diff) | |
download | apache2-3a5f40f85ba0d35013a1f8359e1c1daac13398d7.tar.xz apache2-3a5f40f85ba0d35013a1f8359e1c1daac13398d7.zip |
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
Diffstat (limited to 'modules/test/Makefile.in')
-rw-r--r-- | modules/test/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
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 |