summaryrefslogtreecommitdiff
path: root/modules/NWGNUmakefile
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2002-11-23 00:32:01 +0000
committerBradley Nicholes <bnicholes@apache.org>2002-11-23 00:32:01 +0000
commitd87736ee6748d3a73ee43d051b2dd85d62b685e5 (patch)
treecd70d852fddfd43c78d7b815838b69ccf979e41b /modules/NWGNUmakefile
parentbd108a8478852a4b9e489b14a45dc36ad365ed2c (diff)
downloadhttpd-d87736ee6748d3a73ee43d051b2dd85d62b685e5.tar.gz
Makefile change required to move mod_ext_filter out of experimental
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97603 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/NWGNUmakefile')
-rw-r--r--modules/NWGNUmakefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/modules/NWGNUmakefile b/modules/NWGNUmakefile
index 4c7cfa89b2..d7f847cb25 100644
--- a/modules/NWGNUmakefile
+++ b/modules/NWGNUmakefile
@@ -14,6 +14,7 @@ SUBDIRS = \
mappers \
metadata \
proxy \
+ filters \
$(EOLIST)
#If the mod_edir directory exists then build the mod_edir module
@@ -22,12 +23,6 @@ SUBDIRS += mod_edir \
$(EOLIST)
endif
-# If the zlib libraries source exists then build the mod_deflate module
-ifeq "$(wildcard $(AP_WORK)\srclib\zlib)" "$(AP_WORK)\srclib\zlib"
-SUBDIRS += filters \
- $(EOLIST)
-endif
-
#
# Get the 'head' of the build environment. This includes default targets and
# paths to tools