From: Guenter Knauf Date: Sun, 12 Jul 2009 21:20:03 +0000 (+0000) Subject: fixed NetWare vpath; reverted include path removal from r793197. X-Git-Tag: 2.3.3~447 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d6dd4e76bd6b0ec73f349e5f858d2de31bf7c319;p=apache 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 --- 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