]> granicus.if.org Git - apache/commitdiff
Install all required header files. Without these, some modules can not
authorRyan Bloom <rbb@apache.org>
Wed, 7 Feb 2001 19:07:46 +0000 (19:07 +0000)
committerRyan Bloom <rbb@apache.org>
Wed, 7 Feb 2001 19:07:46 +0000 (19:07 +0000)
be compiled outside the src tree.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88011 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
Makefile.in

diff --git a/CHANGES b/CHANGES
index e8db60183246b366f1359aaaaa49abc5e037ad8d..51141347deea4b6460e429fd3a7da37d33a859ae 100644 (file)
--- 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]
index 3a7308e5b802377c8cc6fd7d696fadba3a88ca5c..a939f2450f666d47b4e5e13d2668e4db66bacc49 100644 (file)
@@ -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: