From 8cbb88afa32f4397ac31c294d61358904047efed Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Fri, 22 Nov 2002 01:05:22 +0000 Subject: [PATCH] Catch up with Trawick's change to filters/mod_ext_filter git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97591 13f79535-47bb-0310-9956-ffa450edef68 --- Apache.dsw | 2 +- Makefile.win | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Apache.dsw b/Apache.dsw index 1bda2f0bea..5a181465c5 100644 --- a/Apache.dsw +++ b/Apache.dsw @@ -1086,7 +1086,7 @@ Package=<4> ############################################################################### -Project: "mod_ext_filter"=".\modules\experimental\mod_ext_filter.dsp" - Package Owner=<4> +Project: "mod_ext_filter"=".\modules\filters\mod_ext_filter.dsp" - Package Owner=<4> Package=<5> {{{ diff --git a/Makefile.win b/Makefile.win index 1d178eb6d4..a40d988580 100644 --- a/Makefile.win +++ b/Makefile.win @@ -385,7 +385,7 @@ _install: copy modules\experimental\$(LONG)\mod_charset_lite.so "$(INSTDIR)\modules" <.y copy modules\experimental\$(LONG)\mod_mem_cache.so "$(INSTDIR)\modules" <.y copy modules\experimental\$(LONG)\mod_disk_cache.so "$(INSTDIR)\modules" <.y - copy modules\experimental\$(LONG)\mod_ext_filter.so "$(INSTDIR)\modules" <.y + copy modules\filters\$(LONG)\mod_ext_filter.so "$(INSTDIR)\modules" <.y copy modules\filters\$(LONG)\mod_include.so "$(INSTDIR)\modules" <.y copy modules\generators\$(LONG)\mod_asis.so "$(INSTDIR)\modules" <.y copy modules\generators\$(LONG)\mod_autoindex.so "$(INSTDIR)\modules" <.y @@ -441,7 +441,7 @@ _install: copy modules\experimental\$(LONG)\mod_charset_lite.pdb "$(INSTDIR)\modules" <.y copy modules\experimental\$(LONG)\mod_mem_cache.pdb "$(INSTDIR)\modules" <.y copy modules\experimental\$(LONG)\mod_disk_cache.pdb "$(INSTDIR)\modules" <.y - copy modules\experimental\$(LONG)\mod_ext_filter.pdb "$(INSTDIR)\modules" <.y + copy modules\filters\$(LONG)\mod_ext_filter.pdb "$(INSTDIR)\modules" <.y copy modules\filters\$(LONG)\mod_include.pdb "$(INSTDIR)\modules" <.y copy modules\generators\$(LONG)\mod_asis.pdb "$(INSTDIR)\modules" <.y copy modules\generators\$(LONG)\mod_autoindex.pdb "$(INSTDIR)\modules" <.y -- 2.40.0