You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by sterling <st...@covalent.net> on 2001/08/14 00:42:08 UTC

install ssl headers

Hi all -

for third party module writers wishing to use some of the mod_ssl api, it
would be nice to install the ssl header files in addition to all the
others.  here is a lovely patch to handle that:

thanks -

sterling

Index: Makefile.in
===================================================================
RCS file: /home/cvspublic/httpd-2.0/Makefile.in,v
retrieving revision 1.74
diff -u -r1.74 Makefile.in
--- Makefile.in	2001/07/30 02:55:55	1.74
+++ Makefile.in	2001/08/13 22:20:32
@@ -106,6 +106,7 @@
         fi;
 	@cp -p $(srcdir)/server/mpm/$(MPM_NAME)/*.h $(includedir)
 	@cp -p $(srcdir)/modules/dav/main/mod_dav.h $(includedir)
+	@cp -p $(srcdir)/modules/ssl/*.h $(includedir)
 	@cp -p $(srcdir)/modules/filters/mod_include.h $(includedir)
 	@cp -p $(srcdir)/srclib/pcre/*.h $(includedir)
 	@cp -p $(srcdir)/srclib/apr/include/*.h $(includedir)