diff options
author | Ryan Bloom <rbb@apache.org> | 2000-12-04 21:34:48 +0100 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2000-12-04 21:34:48 +0100 |
commit | a87a761b37f2859cdafca6ec5d9cfad193a4f19a (patch) | |
tree | b4bf2ab6a6f3ca48ca84636e4e93eaee23d0b399 /modules/echo/Makefile.in | |
parent | Start pointing the configuration scripts to the correct directories (diff) | |
download | apache2-a87a761b37f2859cdafca6ec5d9cfad193a4f19a.tar.xz apache2-a87a761b37f2859cdafca6ec5d9cfad193a4f19a.zip |
Start to add back the config.m4 and Makefile.in's that were separated out
during the repository move.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87184 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/echo/Makefile.in')
-rw-r--r-- | modules/echo/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/echo/Makefile.in b/modules/echo/Makefile.in new file mode 100644 index 0000000000..167b343d0d --- /dev/null +++ b/modules/echo/Makefile.in @@ -0,0 +1,3 @@ + +include $(top_srcdir)/build/special.mk + |