From: Guenter Knauf Date: Mon, 6 Jul 2009 00:37:57 +0000 (+0000) Subject: fixed NetWare build. X-Git-Tag: 2.3.3~476 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3480b295bf88503a2bbb6adb039db0a1ebf3afc4;p=thirdparty%2Fapache%2Fhttpd.git fixed NetWare build. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@791351 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/NWGNUmakefile b/NWGNUmakefile index 8bc63133bae..326c09fc34b 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