]> granicus.if.org Git - apache/commitdiff
oops - checked in wrong makefile.
authorGuenter Knauf <fuankg@apache.org>
Wed, 9 Apr 2008 02:45:08 +0000 (02:45 +0000)
committerGuenter Knauf <fuankg@apache.org>
Wed, 9 Apr 2008 02:45:08 +0000 (02:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@646182 13f79535-47bb-0310-9956-ffa450edef68

modules/cache/NWGNUsocachdbm [moved from modules/cache/NWGNUsocachdc with 96% similarity]

similarity index 96%
rename from modules/cache/NWGNUsocachdc
rename to modules/cache/NWGNUsocachdbm
index 214e61e6728f84ab6cc386dc06523159c6b29d34..c617128832c3e099cd6434ddae2e32a8c3ae23cd 100644 (file)
@@ -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)
 
 #