From: Graham Leggett Date: Mon, 7 Apr 2008 16:32:41 +0000 (+0000) Subject: Make sure the mod_session.h public header is exported correctly to the rest of the... X-Git-Tag: 2.3.0~781 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9e1438e148d02d6a5ae11f61ce3d7070af4abfb;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/Makefile.in b/Makefile.in index 207cdc6693e..43b4f6a32d4 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 \