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 2008/04/09 14:46:27 UTC

svn commit: r646310 - in /httpd/httpd/trunk/modules/session: NWGNUsession_cookie NWGNUsession_crypto NWGNUsession_dbd

Author: fuankg
Date: Wed Apr  9 05:46:27 2008
New Revision: 646310

URL: http://svn.apache.org/viewvc?rev=646310&view=rev
Log:
make use of var for output name.

Modified:
    httpd/httpd/trunk/modules/session/NWGNUsession_cookie
    httpd/httpd/trunk/modules/session/NWGNUsession_crypto
    httpd/httpd/trunk/modules/session/NWGNUsession_dbd

Modified: httpd/httpd/trunk/modules/session/NWGNUsession_cookie
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/session/NWGNUsession_cookie?rev=646310&r1=646309&r2=646310&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/session/NWGNUsession_cookie (original)
+++ httpd/httpd/trunk/modules/session/NWGNUsession_cookie Wed Apr  9 05:46:27 2008
@@ -153,7 +153,7 @@
 # If there is an NLM target, put it here
 #
 TARGET_nlm = \
-	$(OBJDIR)/session_cookie.nlm \
+	$(OBJDIR)/$(NLM_NAME).nlm \
 	$(EOLIST)
 
 #

Modified: httpd/httpd/trunk/modules/session/NWGNUsession_crypto
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/session/NWGNUsession_crypto?rev=646310&r1=646309&r2=646310&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/session/NWGNUsession_crypto (original)
+++ httpd/httpd/trunk/modules/session/NWGNUsession_crypto Wed Apr  9 05:46:27 2008
@@ -153,7 +153,7 @@
 # If there is an NLM target, put it here
 #
 TARGET_nlm = \
-	$(OBJDIR)/session_crypto.nlm \
+	$(OBJDIR)/$(NLM_NAME).nlm \
 	$(EOLIST)
 
 #

Modified: httpd/httpd/trunk/modules/session/NWGNUsession_dbd
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/session/NWGNUsession_dbd?rev=646310&r1=646309&r2=646310&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/session/NWGNUsession_dbd (original)
+++ httpd/httpd/trunk/modules/session/NWGNUsession_dbd Wed Apr  9 05:46:27 2008
@@ -155,7 +155,7 @@
 # If there is an NLM target, put it here
 #
 TARGET_nlm = \
-	$(OBJDIR)/session_dbd.nlm \
+	$(OBJDIR)/$(NLM_NAME).nlm \
 	$(EOLIST)
 
 #