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:43:17 UTC

svn commit: r646308 - /httpd/httpd/trunk/modules/session/NWGNUsession

Author: fuankg
Date: Wed Apr  9 05:43:15 2008
New Revision: 646308

URL: http://svn.apache.org/viewvc?rev=646308&view=rev
Log:
Fixed export list for mod_session.

Modified:
    httpd/httpd/trunk/modules/session/NWGNUsession

Modified: httpd/httpd/trunk/modules/session/NWGNUsession
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/session/NWGNUsession?rev=646308&r1=646307&r2=646308&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/session/NWGNUsession (original)
+++ httpd/httpd/trunk/modules/session/NWGNUsession Wed Apr  9 05:43:15 2008
@@ -153,7 +153,7 @@
 # If there is an NLM target, put it here
 #
 TARGET_nlm = \
-	$(OBJDIR)/session.nlm \
+	$(OBJDIR)/$(NLM_NAME).nlm \
 	$(EOLIST)
 
 #
@@ -220,6 +220,8 @@
 	ap_hook_session_encode \
 	ap_hook_session_load \
 	ap_hook_session_save \
+	ap_session_get \
+	ap_session_set \
 	$(EOLIST)
 
 #