From: Dirk-Willem van Gulik Date: Sat, 9 Feb 2008 15:12:52 +0000 (+0000) Subject: Also install the so, rewrite and cache header files. X-Git-Tag: 2.3.0~996 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0fdf9c187bb073166379efcc20d3a48ff718faaa;p=apache Also install the so, rewrite and cache header files. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@620135 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index b42b5393d0..3772ce3521 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,10 @@ Changes with Apache 2.3.0 [ When backported to 2.2.x, remove entry from this file ] + *) Also install mod_so.h, mod_rewrite.h and mod_cache.h; as these + contain public function declarations which are useful for + third party module authors [Dirk-Willem van Gulik]. + *) mod_dir, mod_negotiation: pass the output filter information to newly created sub requests; as these are later on used as true requests with an internal redirect. This allows for diff --git a/Makefile.in b/Makefile.in index 3f09eebfdd..207cdc6693 100644 --- a/Makefile.in +++ b/Makefile.in @@ -192,6 +192,9 @@ INSTALL_HEADERS = \ $(srcdir)/modules/http/mod_core.h \ $(srcdir)/modules/proxy/mod_proxy.h \ $(srcdir)/modules/ssl/mod_ssl.h \ + $(srcdir)/modules/mappers/mod_so.h \ + $(srcdir)/modules/mappers/mod_rewrite.h \ + $(srcdir)/modules/cache/mod_cache.h \ $(srcdir)/os/$(OS_DIR)/*.h install-include: