# This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used.
#
-NLM_NAME = sedfilter
+NLM_NAME = rewrite_flt
#
# This is used by the link '-desc ' directive.
# If left blank, NLM_NAME will be used.
#
-NLM_DESCRIPTION = Apache $(VERSION_STR) Sed Filter Module
+NLM_DESCRIPTION = Apache $(VERSION_STR) Rewrite Filter Module
#
# This is used by the '-threadname' directive. If left blank,
# NLM_NAME Thread will be used.
#
-NLM_THREAD_NAME = Sed Filter Module
+NLM_THREAD_NAME = Rewrite Filter Module
#
# If this is specified, it will override VERSION value in
# If there is an NLM target, put it here
#
TARGET_nlm = \
- $(OBJDIR)/sedfilter.nlm \
+ $(OBJDIR)/rewrite_flt.nlm \
$(EOLIST)
#
# Paths must all use the '/' character
#
FILES_nlm_objs = \
- $(OBJDIR)/mod_sedfilter.o \
+ $(OBJDIR)/mod_rewrite_filter.o \
$(EOLIST)
#
# Any symbols exported to here
#
FILES_nlm_exports = \
- sedfilter_module \
+ rewrite_filter_module \
$(EOLIST)
#