From: Ryan Bloom Date: Wed, 7 Feb 2001 19:07:46 +0000 (+0000) Subject: Install all required header files. Without these, some modules can not X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=174f41299e2400b9b88d90bec9d9c8c23d0c4518;p=apache Install all required header files. Without these, some modules can not be compiled outside the src tree. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88011 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index e8db601832..51141347de 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,9 @@ Changes with Apache 2.0b1 + *) Install all required header files. Without these, it was not + possible to compile some modules outside of the server. + [Ryan Bloom] + *) Fix the AliasMatch directive in Apache 2.0. When we brought a patch forward from 1.3 to 2.0, we missed a single line, which broke regex aliases. [Ryan Bloom] diff --git a/Makefile.in b/Makefile.in index 3a7308e5b8..a939f2450f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -105,12 +105,14 @@ install-include: @if test -f $(srcdir)/os/$(OS_DIR)/os-inline.c; then \ cp -p $(srcdir)/os/$(OS_DIR)/os-inline.c $(includedir); \ fi; + @cp -p $(srcdir)/server/mpm/$(MPM_NAME)/*.h $(includedir) @cp -p $(srcdir)/modules/dav/main/mod_dav.h $(includedir) @cp -p $(srcdir)/modules/filters/mod_include.h $(includedir) @cp -p $(srcdir)/srclib/expat-lite/*.h $(includedir) @cp -p $(srcdir)/srclib/pcre/*.h $(includedir) @cp -p $(srcdir)/srclib/apr/include/*.h $(includedir) @cp -p $(srcdir)/srclib/apr-util/include/*.h $(includedir) + @cp -p $(srcdir)/os/$(OS_DIR)/*.h $(includedir) @chmod 644 $(includedir)/*.h install-suexec: