]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fixed export list for mod_session.
authorGuenter Knauf <fuankg@apache.org>
Wed, 9 Apr 2008 12:43:15 +0000 (12:43 +0000)
committerGuenter Knauf <fuankg@apache.org>
Wed, 9 Apr 2008 12:43:15 +0000 (12:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@646308 13f79535-47bb-0310-9956-ffa450edef68

modules/session/NWGNUsession

index f7ddaa05f338d72daf9dd397c49bc97d53c91416..6ff87b207b25424a11ec54ca423b955c24f9e0ac 100644 (file)
@@ -153,7 +153,7 @@ XDCDATA             =
 # If there is an NLM target, put it here
 #
 TARGET_nlm = \
-       $(OBJDIR)/session.nlm \
+       $(OBJDIR)/$(NLM_NAME).nlm \
        $(EOLIST)
 
 #
@@ -220,6 +220,8 @@ FILES_nlm_exports = \
        ap_hook_session_encode \
        ap_hook_session_load \
        ap_hook_session_save \
+       ap_session_get \
+       ap_session_set \
        $(EOLIST)
 
 #