summaryrefslogtreecommitdiff
path: root/modules/NWGNUmakefile
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2011-03-08 18:17:07 +0000
committerGuenter Knauf <fuankg@apache.org>2011-03-08 18:17:07 +0000
commit410da19e0dee2676eecf4f7f3b874ee8e9a049b9 (patch)
tree2880929cfe0cac359a0450bc7f09aa7632f132d7 /modules/NWGNUmakefile
parent77fda02c85a4f4d1a07813bdbf1fd1095adca884 (diff)
downloadhttpd-410da19e0dee2676eecf4f7f3b874ee8e9a049b9.tar.gz
NetWare build overhaul in order to compile on Linux.
More fixes ... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1079463 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/NWGNUmakefile')
-rw-r--r--modules/NWGNUmakefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/modules/NWGNUmakefile b/modules/NWGNUmakefile
index 3fb88b810f..0778884df1 100644
--- a/modules/NWGNUmakefile
+++ b/modules/NWGNUmakefile
@@ -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 $(AP_WORK)/modules/mod_edir)" "$(AP_WORK)/modules/mod_edir"
+SUBDIRS += mod_edir \
+ $(EOLIST)
+endif
+
#
# Get the 'head' of the build environment. This includes default targets and