From 3e62f93cd44ff35915e731011f3c54709860046b Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Mon, 13 Aug 2001 23:06:06 +0000 Subject: [PATCH] Install the SSL header files. Submitted by: John Sterling git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90145 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 2 ++ Makefile.in | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 1417ec182f..4aacd9d2fb 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,7 @@ Changes with Apache 2.0.24-dev + *) Install the SSL headers. [John Sterling ] + *) 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. diff --git a/Makefile.in b/Makefile.in index 7948cf20c4..84ea6ac63e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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) -- 2.50.1