summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2008-10-14 22:39:32 +0000
committerGraham Leggett <minfrin@apache.org>2008-10-14 22:39:32 +0000
commit457ebd6222f1179e96fb8628a10e6e8b985f216c (patch)
tree5bba9985b92af7dc3cda5f579530fe1cd6b8f1d4 /Makefile.in
parent4809b77936d60e0bd42cedf696b67a001d68aa3d (diff)
downloadhttpd-457ebd6222f1179e96fb8628a10e6e8b985f216c.tar.gz
Export and install the mod_rewrite.h header to ensure the optional
rewrite_mapfunc_t and ap_register_rewrite_mapfunc functions are available to third party modules. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@704726 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 b4d1721317..ecd03b4996 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -188,6 +188,7 @@ INSTALL_HEADERS = \
$(srcdir)/modules/generators/mod_cgi.h \
$(srcdir)/modules/generators/mod_status.h \
$(srcdir)/modules/loggers/mod_log_config.h \
+ $(srcdir)/modules/mappers/mod_rewrite.h \
$(srcdir)/modules/proxy/mod_proxy.h \
${srcdir}/modules/session/mod_session.h \
$(srcdir)/modules/ssl/mod_ssl.h \