You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fu...@apache.org on 2009/07/06 02:37:57 UTC

svn commit: r791351 - /httpd/httpd/trunk/NWGNUmakefile

Author: fuankg
Date: Mon Jul  6 00:37:57 2009
New Revision: 791351

URL: http://svn.apache.org/viewvc?rev=791351&view=rev
Log:
fixed NetWare build.

Modified:
    httpd/httpd/trunk/NWGNUmakefile

Modified: httpd/httpd/trunk/NWGNUmakefile
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/NWGNUmakefile?rev=791351&r1=791350&r2=791351&view=diff
==============================================================================
--- httpd/httpd/trunk/NWGNUmakefile (original)
+++ httpd/httpd/trunk/NWGNUmakefile Mon Jul  6 00:37:57 2009
@@ -32,6 +32,7 @@
 			$(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 @@
 
 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