]> granicus.if.org Git - apache/blobdiff - modules/NWGNUmakefile
Removed wrong imports / modules from NetWare sochache makefiles.
[apache] / modules / NWGNUmakefile
index 175a75499aefb9a05ab23bc4d59cc22bb7989e0e..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 \
@@ -28,6 +28,7 @@ SUBDIRS = \
        filters \
        database \
        session \
+       slotmem \
        $(EOLIST)
 
 # If LDAPSDK has been defined then build the util_ldap module
@@ -52,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 \
@@ -76,13 +71,19 @@ 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
 # paths to tools
 #
 
-include $(AP_WORK)\build\NWGNUhead.inc
+include $(AP_WORK)/build/NWGNUhead.inc
 
 #
 # build this level's files