diff options
author | Graham Leggett <minfrin@apache.org> | 2012-12-17 12:26:20 +0100 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2012-12-17 12:26:20 +0100 |
commit | c5e77d9fa0b83c781fa479eb6e9e9ac711f3b178 (patch) | |
tree | 34d369545a29dd78e181989b5b529115bc51a816 /Makefile.in | |
parent | remove unnecessary cast (diff) | |
download | apache2-c5e77d9fa0b83c781fa479eb6e9e9ac711f3b178.tar.xz apache2-c5e77d9fa0b83c781fa479eb6e9e9ac711f3b178.zip |
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.in | 1 |
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 \ |