summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2012-12-17 11:26:20 +0000
committerGraham Leggett <minfrin@apache.org>2012-12-17 11:26:20 +0000
commitc5e77d9fa0b83c781fa479eb6e9e9ac711f3b178 (patch)
tree34d369545a29dd78e181989b5b529115bc51a816 /Makefile.in
parent91c6296f271119266381ae0b5368f92bc50b276c (diff)
downloadhttpd-c5e77d9fa0b83c781fa479eb6e9e9ac711f3b178.tar.gz
Install cache_common.h as required by mod_cache.h. Allows external modules
to use mod_cache. Submitted by Niklas Edmundsson. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1422855 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 c470d6b932..6e542657eb 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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 \