From: Guenter Knauf Date: Wed, 9 Apr 2008 12:43:15 +0000 (+0000) Subject: Fixed export list for mod_session. X-Git-Tag: 2.3.0~741 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d38614fcc690cd8de9ebe80d2015ec9bb698bae;p=thirdparty%2Fapache%2Fhttpd.git Fixed export list for mod_session. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@646308 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/session/NWGNUsession b/modules/session/NWGNUsession index f7ddaa05f33..6ff87b207b2 100644 --- a/modules/session/NWGNUsession +++ b/modules/session/NWGNUsession @@ -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) #