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 2012/12/17 12:26:21 UTC

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

Author: minfrin
Date: Mon Dec 17 11:26:20 2012
New Revision: 1422855

URL: http://svn.apache.org/viewvc?rev=1422855&view=rev
Log:
Install cache_common.h as required by mod_cache.h. Allows external modules
to use mod_cache.
Submitted by Niklas Edmundsson.

Modified:
    httpd/httpd/trunk/Makefile.in

Modified: httpd/httpd/trunk/Makefile.in
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/Makefile.in?rev=1422855&r1=1422854&r2=1422855&view=diff
==============================================================================
--- httpd/httpd/trunk/Makefile.in (original)
+++ httpd/httpd/trunk/Makefile.in Mon Dec 17 11:26:20 2012
@@ -200,6 +200,7 @@ INSTALL_HEADERS = \
 	$(srcdir)/modules/core/mod_so.h \
 	$(srcdir)/modules/core/mod_watchdog.h \
 	$(srcdir)/modules/cache/mod_cache.h \
+	$(srcdir)/modules/cache/cache_common.h \
 	$(srcdir)/modules/database/mod_dbd.h \
 	$(srcdir)/modules/dav/main/mod_dav.h \
 	$(srcdir)/modules/filters/mod_include.h \