diff options
author | Guenter Knauf <fuankg@apache.org> | 2008-04-09 14:43:15 +0200 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2008-04-09 14:43:15 +0200 |
commit | 0d38614fcc690cd8de9ebe80d2015ec9bb698bae (patch) | |
tree | 6c2bb463b0f7a7427926ff067f3f57c7cd991d1d /modules | |
parent | added mod_auth_form to NetWare build. (diff) | |
download | apache2-0d38614fcc690cd8de9ebe80d2015ec9bb698bae.tar.xz apache2-0d38614fcc690cd8de9ebe80d2015ec9bb698bae.zip |
Fixed export list for mod_session.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@646308 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules')
-rw-r--r-- | modules/session/NWGNUsession | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/session/NWGNUsession b/modules/session/NWGNUsession index f7ddaa05f3..6ff87b207b 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) # |