summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2008-04-07 16:32:41 +0000
committerGraham Leggett <minfrin@apache.org>2008-04-07 16:32:41 +0000
commite9e1438e148d02d6a5ae11f61ce3d7070af4abfb (patch)
tree03d993816aae2378abae3bcd69abfb06821dc557 /Makefile.in
parent35e43a1051a7a822e0e7f8898100bfa85e2325c2 (diff)
downloadhttpd-e9e1438e148d02d6a5ae11f61ce3d7070af4abfb.tar.gz
Make sure the mod_session.h public header is exported correctly to the rest of the server.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645597 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 207cdc6693..43b4f6a32d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -191,6 +191,7 @@ INSTALL_HEADERS = \
$(srcdir)/modules/loggers/mod_log_config.h \
$(srcdir)/modules/http/mod_core.h \
$(srcdir)/modules/proxy/mod_proxy.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 \