summaryrefslogtreecommitdiff
path: root/modules/NWGNUmakefile
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2002-08-26 23:00:22 +0000
committerBradley Nicholes <bnicholes@apache.org>2002-08-26 23:00:22 +0000
commit0305f26833aacd372d815bb3390e08f13ea77b82 (patch)
treef133fb3142fc8a8f823e8281532e9a0e17a3c9a6 /modules/NWGNUmakefile
parent33086aff59a727da66e5eddc50ee1448d31c7b26 (diff)
downloadhttpd-0305f26833aacd372d815bb3390e08f13ea77b82.tar.gz
Conditionally compile mod_edir if the directory exists
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96537 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/NWGNUmakefile')
-rw-r--r--modules/NWGNUmakefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/NWGNUmakefile b/modules/NWGNUmakefile
index 22f6c117f0..2ee15b590a 100644
--- a/modules/NWGNUmakefile
+++ b/modules/NWGNUmakefile
@@ -27,6 +27,12 @@ SUBDIRS += ldap-cache \
$(EOLIST)
endif
+#If the mod_edir directory exists then build the mod_edir module
+ifeq "$(wildcard $(AP_WORK)\modules\mod_edir)" "$(AP_WORK)\modules\mod_edir"
+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 \