]> granicus.if.org Git - apache/commitdiff
Install the SSL header files.
authorRyan Bloom <rbb@apache.org>
Mon, 13 Aug 2001 23:06:06 +0000 (23:06 +0000)
committerRyan Bloom <rbb@apache.org>
Mon, 13 Aug 2001 23:06:06 +0000 (23:06 +0000)
Submitted by: John Sterling <sterling@covalent.net>

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

CHANGES
Makefile.in

diff --git a/CHANGES b/CHANGES
index 1417ec182fec3c0197d093bd7b42812d9d3a1548..4aacd9d2fb757253c7eaf4e98b95a52e41e4ff8b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
 Changes with Apache 2.0.24-dev
 
+  *) Install the SSL headers.  [John Sterling <sterling@covalent.net>]
+
   *) Begin to sanitize the MPM configuration directives.  Now, all
      MPMs use the same functions for all common MPM directives.  This
      should make it easier to catch all bugs in these directives once.
index 7948cf20c4b7eb97eaa9fdf4674b8fb4c3cda26a..84ea6ac63e8a26efdf91c9fd2669d75577ef8e36 100644 (file)
@@ -107,6 +107,7 @@ install-include:
        @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)/modules/ssl/*.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)