From 3480b295bf88503a2bbb6adb039db0a1ebf3afc4 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Mon, 6 Jul 2009 00:37:57 +0000 Subject: fixed NetWare build. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@791351 13f79535-47bb-0310-9956-ffa450edef68 --- NWGNUmakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'NWGNUmakefile') 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 -- cgit v1.2.1