From e9e1438e148d02d6a5ae11f61ce3d7070af4abfb Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Mon, 7 Apr 2008 16:32:41 +0000 Subject: [PATCH] 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 --- Makefile.in | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.40.0