You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2008/04/07 18:32:43 UTC

svn commit: r645597 - /httpd/httpd/trunk/Makefile.in

Author: minfrin
Date: Mon Apr  7 09:32:41 2008
New Revision: 645597

URL: http://svn.apache.org/viewvc?rev=645597&view=rev
Log:
Make sure the mod_session.h public header is exported correctly to the rest of the server.

Modified:
    httpd/httpd/trunk/Makefile.in

Modified: httpd/httpd/trunk/Makefile.in
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/Makefile.in?rev=645597&r1=645596&r2=645597&view=diff
==============================================================================
--- httpd/httpd/trunk/Makefile.in (original)
+++ httpd/httpd/trunk/Makefile.in Mon Apr  7 09:32:41 2008
@@ -191,6 +191,7 @@
 	$(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 \