summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2009-05-08 05:46:28 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2009-05-08 05:46:28 +0000
commitbc8cdc7896dbff2f4dd4af5df3cc8c5a409f7291 (patch)
treee8c4ba5efc66f831ba21d7026f32b267c044e306 /Makefile.in
parent72cfa9c47fb77115664c409aae338fffcf210956 (diff)
downloadhttpd-bc8cdc7896dbff2f4dd4af5df3cc8c5a409f7291.tar.gz
Here's the simpler solution to the two groups of mappers/ modules...
The mod_so and mod_watchdog are truly not mappers/ at all. Very open to better names than modules/core/ but these are clearly API's which are to be consumed by the httpd core, or generically, any module. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@772848 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index f00eef6a2d..55a624804a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -181,6 +181,9 @@ INSTALL_HEADERS = \
include/*.h \
$(srcdir)/include/*.h \
$(srcdir)/os/$(OS_DIR)/os.h \
+ $(srcdir)/modules/core/mod_so.h \
+ $(srcdir)/modules/core/mod_watchdog.h \
+ $(srcdir)/modules/cache/mod_cache.h \
$(srcdir)/modules/database/mod_dbd.h \
$(srcdir)/modules/dav/main/mod_dav.h \
$(srcdir)/modules/filters/mod_include.h \
@@ -192,10 +195,6 @@ INSTALL_HEADERS = \
$(srcdir)/modules/proxy/mod_serf.h \
${srcdir}/modules/session/mod_session.h \
$(srcdir)/modules/ssl/mod_ssl.h \
- $(srcdir)/modules/mappers/mod_so.h \
- $(srcdir)/modules/mappers/mod_rewrite.h \
- $(srcdir)/modules/mappers/mod_watchdog.h \
- $(srcdir)/modules/cache/mod_cache.h \
$(srcdir)/os/$(OS_DIR)/*.h
install-include: