]> granicus.if.org Git - apache/blobdiff - modules/NWGNUmakefile
Removed wrong imports / modules from NetWare sochache makefiles.
[apache] / modules / NWGNUmakefile
index 3fb88b810fc8b5cfdd53290b91e4ab33812a039e..fa4da789c29c563fb93be7a66e03e39e5d50944e 100644 (file)
@@ -15,9 +15,9 @@ SUBDIRS = \
        aaa \
        cache \
        cluster \
-       dav\main \
-       dav\fs \
-       dav\lock \
+       dav/main \
+       dav/fs \
+       dav/lock \
        echo \
        examples \
        generators \
@@ -53,12 +53,6 @@ SUBDIRS += lua \
 endif
 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
-
 # Allow the experimental modules to be built if EXPERIMENTAL is defined
 ifdef EXPERIMENTAL
 SUBDIRS += experimental \
@@ -77,6 +71,12 @@ SUBDIRS += test \
        $(EOLIST)
 endif
 
+#If the mod_edir directory exists then build the mod_edir module
+ifeq "$(wildcard $(STDMOD)/mod_edir)" "$(STDMOD)/mod_edir"
+SUBDIRS += mod_edir \
+       $(EOLIST)
+endif
+
 
 #
 # Get the 'head' of the build environment.  This includes default targets and