summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2008-04-15 13:53:32 +0000
committerGraham Leggett <minfrin@apache.org>2008-04-15 13:53:32 +0000
commitc239e59ea5c41d9c0a37a80b95b4237c0db62064 (patch)
tree93bb536db42d4233a2870cf263c6216028b00380 /Makefile.in
parent3ee06056808c718aaf6a2b29ae51f4fc5a0c99ac (diff)
downloadhttpd-c239e59ea5c41d9c0a37a80b95b4237c0db62064.tar.gz
Move the public mod_request.h header out of the include directory and back to modules/filters.
The current build of exports.c assumes that everything in include is part of the core, and so putting the header there creates link errors. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@648254 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 43b4f6a32d..f84dd8c050 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -186,6 +186,7 @@ INSTALL_HEADERS = \
$(srcdir)/modules/database/mod_dbd.h \
$(srcdir)/modules/dav/main/mod_dav.h \
$(srcdir)/modules/filters/mod_include.h \
+ $(srcdir)/modules/filters/mod_request.h \
$(srcdir)/modules/generators/mod_cgi.h \
$(srcdir)/modules/generators/mod_status.h \
$(srcdir)/modules/loggers/mod_log_config.h \