]> granicus.if.org Git - apache/commitdiff
Adjust NW (I hope)
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 24 Aug 2007 01:54:21 +0000 (01:54 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 24 Aug 2007 01:54:21 +0000 (01:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@569214 13f79535-47bb-0310-9956-ffa450edef68

modules/experimental/NWGNUmakefile
modules/experimental/NWGNUrewrite_flt [moved from modules/experimental/NWGNUsedfilter with 95% similarity]

index 7085ec9d72b8bf52a0ac853f5c664cbe360d5856..13ee71aaab31592692cab8d579b7ee2e11f96576 100644 (file)
@@ -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)
 
 #
similarity index 95%
rename from modules/experimental/NWGNUsedfilter
rename to modules/experimental/NWGNUrewrite_flt
index c865cd907601a921cc8c2be7a09dbf8c04bb8180..c115d9157fe0a44aa641c12479a215e53b677488 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       = 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)
 
 #