From: Guenter Knauf Date: Wed, 27 Jun 2007 19:05:55 +0000 (+0000) Subject: added openssl files to the installation directory. X-Git-Tag: 2.3.0~1748 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=53e83e197fe347a6f9143e2c4b0b62f833f3e54f;p=apache added openssl files to the installation directory. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@551275 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/NWGNUmakefile b/modules/ssl/NWGNUmakefile index 5968cb7c73..3091624107 100644 --- a/modules/ssl/NWGNUmakefile +++ b/modules/ssl/NWGNUmakefile @@ -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