summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2012-12-17 11:50:41 +0000
committerJim Jagielski <jim@apache.org>2012-12-17 11:50:41 +0000
commit7e46a4f74d29f6bb320e233dc90ab81aab0288f0 (patch)
treecc33f58f37589fac2b0d852f48a89cd674ef3ab0 /Makefile.in
parent7acf6862b62ba0f6b8675d816e452cde87cf2ce3 (diff)
downloadhttpd-7e46a4f74d29f6bb320e233dc90ab81aab0288f0.tar.gz
Merge r1422855 from trunk:
Install cache_common.h as required by mod_cache.h. Allows external modules to use mod_cache. Submitted by Niklas Edmundsson. Submitted by: minfrin Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1422880 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 1ff6776da6..09e971455a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -202,6 +202,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 \