From: Guenter Knauf Date: Wed, 9 Apr 2008 02:45:08 +0000 (+0000) Subject: oops - checked in wrong makefile. X-Git-Tag: 2.3.0~748 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf462757dbd8eb70e249c6da3b3105ec7e02cddf;p=apache oops - checked in wrong makefile. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@646182 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/cache/NWGNUsocachdc b/modules/cache/NWGNUsocachdbm similarity index 96% rename from modules/cache/NWGNUsocachdc rename to modules/cache/NWGNUsocachdbm index 214e61e672..c617128832 100644 --- a/modules/cache/NWGNUsocachdc +++ b/modules/cache/NWGNUsocachdbm @@ -101,19 +101,19 @@ endif # This is used by the link 'name' directive to name the nlm. If left blank # TARGET_nlm (see below) will be used. # -NLM_NAME = socachedc +NLM_NAME = socachedbm # # This is used by the link '-desc ' directive. # If left blank, NLM_NAME will be used. # -NLM_DESCRIPTION = Apache $(VERSION_STR) Socache DC Module +NLM_DESCRIPTION = Apache $(VERSION_STR) Socache DBM Module # # This is used by the '-threadname' directive. If left blank, # NLM_NAME Thread will be used. # -NLM_THREAD_NAME = socachedc +NLM_THREAD_NAME = socachedbm # # If this is specified, it will override VERSION value in @@ -176,7 +176,7 @@ TARGET_lib = \ # Paths must all use the '/' character # FILES_nlm_objs = \ - $(OBJDIR)/mod_socache_dc.o \ + $(OBJDIR)/mod_socache_dbm.o \ $(EOLIST) # @@ -226,7 +226,7 @@ FILES_nlm_Ximports = \ # Any symbols exported to here # FILES_nlm_exports = \ - socache_dc_module \ + socache_dbm_module \ $(EOLIST) #