From: Graham Leggett Date: Mon, 17 Dec 2012 11:26:20 +0000 (+0000) Subject: Install cache_common.h as required by mod_cache.h. Allows external modules X-Git-Tag: 2.5.0-alpha~5983 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5e77d9fa0b83c781fa479eb6e9e9ac711f3b178;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/Makefile.in b/Makefile.in index c470d6b9321..6e542657ebe 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 \