You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fu...@apache.org on 2007/06/27 21:05:56 UTC

svn commit: r551275 - /httpd/httpd/trunk/modules/ssl/NWGNUmakefile

Author: fuankg
Date: Wed Jun 27 12:05:55 2007
New Revision: 551275

URL: http://svn.apache.org/viewvc?view=rev&rev=551275
Log:
added openssl files to the installation directory.

Modified:
    httpd/httpd/trunk/modules/ssl/NWGNUmakefile

Modified: httpd/httpd/trunk/modules/ssl/NWGNUmakefile
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/ssl/NWGNUmakefile?view=diff&rev=551275&r1=551274&r2=551275
==============================================================================
--- httpd/httpd/trunk/modules/ssl/NWGNUmakefile (original)
+++ httpd/httpd/trunk/modules/ssl/NWGNUmakefile Wed Jun 27 12:05:55 2007
@@ -25,6 +25,7 @@
 
 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 @@
 #
 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