# 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
# Paths must all use the '/' character
#
FILES_nlm_objs = \
- $(OBJDIR)/mod_socache_dc.o \
+ $(OBJDIR)/mod_socache_dbm.o \
$(EOLIST)
#
# Any symbols exported to here
#
FILES_nlm_exports = \
- socache_dc_module \
+ socache_dbm_module \
$(EOLIST)
#