]> granicus.if.org Git - apache/commitdiff
added openssl files to the installation directory.
authorGuenter Knauf <fuankg@apache.org>
Wed, 27 Jun 2007 19:05:55 +0000 (19:05 +0000)
committerGuenter Knauf <fuankg@apache.org>
Wed, 27 Jun 2007 19:05:55 +0000 (19:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@551275 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/NWGNUmakefile

index 5968cb7c735c20aeb55a99a8c4893f6a0e9b463e..309162410727d7e95e0cf4e0b26bf1843d204f87 100644 (file)
@@ -25,6 +25,7 @@ include $(AP_WORK)\build\NWGNUhead.inc
 
 OSSLINC = $(OSSLSDK)/outinc_nw_libc
 OSSLLIB = $(OSSLSDK)/out_nw_libc
+OSSLAPP = $(OSSLSDK)/apps
 
 #
 # These directories will be at the beginning of the include list, followed by
@@ -272,6 +273,8 @@ nlms :: libs $(TARGET_nlm)
 #
 install :: nlms FORCE
        copy $(OBJDIR)\mod_ssl.nlm $(INSTALL)\$(BASEDIR)\modules\*.*
+       copy $(subst /,\,$(OSSLLIB))\openssl.nlm $(INSTALL)\$(BASEDIR)\bin\*.*
+       copy $(subst /,\,$(OSSLAPP))\openssl.cnf $(INSTALL)\$(BASEDIR)\bin\*.*
 
 #
 # Any specialized rules here