]> granicus.if.org Git - apache/commitdiff
Conditionally compile mod_edir if the directory exists
authorBradley Nicholes <bnicholes@apache.org>
Mon, 26 Aug 2002 23:00:22 +0000 (23:00 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Mon, 26 Aug 2002 23:00:22 +0000 (23:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96537 13f79535-47bb-0310-9956-ffa450edef68

modules/NWGNUmakefile

index 22f6c117f0eb63ff3bbc3943cfa3b3ca827cac45..2ee15b590ad425f5127ce22ff72d636d7e27190d 100644 (file)
@@ -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 \