summaryrefslogtreecommitdiff
path: root/modules/experimental
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2007-08-24 01:54:21 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2007-08-24 01:54:21 +0000
commit1fdf836d7dc505dbf471e922d079b813117f2f14 (patch)
tree290a64d888d64460d6f32e993c1cdb56fa410dea /modules/experimental
parent7e96ed3d7fa21689b653124ec1a92b955514b9b3 (diff)
downloadhttpd-1fdf836d7dc505dbf471e922d079b813117f2f14.tar.gz
Adjust NW (I hope)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@569214 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/experimental')
-rw-r--r--modules/experimental/NWGNUmakefile2
-rw-r--r--modules/experimental/NWGNUrewrite_flt (renamed from modules/experimental/NWGNUsedfilter)12
2 files changed, 7 insertions, 7 deletions
diff --git a/modules/experimental/NWGNUmakefile b/modules/experimental/NWGNUmakefile
index 7085ec9d72..13ee71aaab 100644
--- a/modules/experimental/NWGNUmakefile
+++ b/modules/experimental/NWGNUmakefile
@@ -163,7 +163,7 @@ TARGET_nlm = \
$(OBJDIR)/example.nlm \
$(OBJDIR)/case_flt.nlm \
$(OBJDIR)/case_flt_in.nlm \
- $(OBJDIR)/sedfilter.nlm \
+ $(OBJDIR)/rewrite_flt.nlm \
$(EOLIST)
#
diff --git a/modules/experimental/NWGNUsedfilter b/modules/experimental/NWGNUrewrite_flt
index c865cd9076..c115d9157f 100644
--- a/modules/experimental/NWGNUsedfilter
+++ b/modules/experimental/NWGNUrewrite_flt
@@ -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 = 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
@@ -158,7 +158,7 @@ XDCDATA =
# If there is an NLM target, put it here
#
TARGET_nlm = \
- $(OBJDIR)/sedfilter.nlm \
+ $(OBJDIR)/rewrite_flt.nlm \
$(EOLIST)
#
@@ -172,7 +172,7 @@ TARGET_lib = \
# Paths must all use the '/' character
#
FILES_nlm_objs = \
- $(OBJDIR)/mod_sedfilter.o \
+ $(OBJDIR)/mod_rewrite_filter.o \
$(EOLIST)
#
@@ -220,7 +220,7 @@ FILES_nlm_Ximports = \
# Any symbols exported to here
#
FILES_nlm_exports = \
- sedfilter_module \
+ rewrite_filter_module \
$(EOLIST)
#