summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2009-07-12 21:20:03 +0000
committerGuenter Knauf <fuankg@apache.org>2009-07-12 21:20:03 +0000
commitd6dd4e76bd6b0ec73f349e5f858d2de31bf7c319 (patch)
tree4a1674bc89f73a0b482ecbe4c41614e701346e38 /NWGNUmakefile
parent78ecc73ecb1a40a81d25dc0d8d7133a57035af56 (diff)
downloadhttpd-d6dd4e76bd6b0ec73f349e5f858d2de31bf7c319.tar.gz
fixed NetWare vpath; reverted include path removal from r793197.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@793411 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 c014c3ec0f..6995c773fc 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -70,6 +70,7 @@ XINCDIRS += \
$(AP_WORK)/modules/loggers/ \
$(AP_WORK)/modules/mappers/ \
$(AP_WORK)/modules/proxy/ \
+ $(AP_WORK)/modules/ssl/ \
$(AP_WORK)/os/NetWare \
$(AP_WORK)/server/mpm/NetWare \
$(PCRESDK) \
@@ -416,7 +417,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 modules/core:os/netware:server/mpm/netware:$(PCRESDK)
+vpath %.c modules/core:os/netware:server/mpm/netware:$(PCRESRC)
#
# Include the 'tail' makefile that has targets that depend on variables defined