diff options
author | Dirk-Willem van Gulik <dirkx@apache.org> | 2008-02-09 16:12:52 +0100 |
---|---|---|
committer | Dirk-Willem van Gulik <dirkx@apache.org> | 2008-02-09 16:12:52 +0100 |
commit | 0fdf9c187bb073166379efcc20d3a48ff718faaa (patch) | |
tree | b31d3d21656f57c24bdb7f1cf1369d0500a30efa /Makefile.in | |
parent | Sub-requests are created and used with two purposes; sometimes (diff) | |
download | apache2-0fdf9c187bb073166379efcc20d3a48ff718faaa.tar.xz apache2-0fdf9c187bb073166379efcc20d3a48ff718faaa.zip |
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
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
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: |