summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2009-07-06 00:37:57 +0000
committerGuenter Knauf <fuankg@apache.org>2009-07-06 00:37:57 +0000
commit3480b295bf88503a2bbb6adb039db0a1ebf3afc4 (patch)
tree5265c727b5f157877786eebfdb14057b4678b3a7 /NWGNUmakefile
parentcf067dcc4cf3b5afa94595b4bc0c511385cb34c1 (diff)
downloadhttpd-3480b295bf88503a2bbb6adb039db0a1ebf3afc4.tar.gz
fixed NetWare build.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@791351 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r--NWGNUmakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile
index 8bc63133ba..326c09fc34 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -32,6 +32,7 @@ XINCDIRS += \
$(APRUTIL)/include \
$(AP_WORK)/include \
$(AP_WORK)/modules/aaa/ \
+ $(AP_WORK)/modules/core \
$(AP_WORK)/modules/filters/ \
$(AP_WORK)/modules/generators/ \
$(AP_WORK)/modules/http/ \
@@ -384,7 +385,7 @@ prebuild :: FORCE
vpath %.c server:modules/arch/netware:modules/http:modules/aaa:modules/mappers
vpath %.c modules/generators:modules/metadata:modules/filters:modules/loggers
-vpath %.c os/netware:server/mpm/netware:$(PCRESDK)
+vpath %.c modules/core:os/netware:server/mpm/netware:$(PCRESDK)
#
# Include the 'tail' makefile that has targets that depend on variables defined