]> granicus.if.org Git - apache/commitdiff
Install cache_common.h as required by mod_cache.h. Allows external modules
authorGraham Leggett <minfrin@apache.org>
Mon, 17 Dec 2012 11:26:20 +0000 (11:26 +0000)
committerGraham Leggett <minfrin@apache.org>
Mon, 17 Dec 2012 11:26:20 +0000 (11:26 +0000)
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

Makefile.in

index c470d6b9321aa28f6fcea05e0d22b0c8cc838fa5..6e542657ebed3dc2adeb788c58f9021ce59a8fb8 100644 (file)
@@ -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 \