From 0fdf9c187bb073166379efcc20d3a48ff718faaa Mon Sep 17 00:00:00 2001 From: Dirk-Willem van Gulik Date: Sat, 9 Feb 2008 15:12:52 +0000 Subject: [PATCH] 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 --- CHANGES | 4 ++++ Makefile.in | 3 +++ 2 files changed, 7 insertions(+) diff --git a/CHANGES b/CHANGES index b42b5393d03..3772ce35219 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 3f09eebfdd0..207cdc6693e 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: -- 2.47.2