Author: bnicholes Date: Tue Dec 7 14:27:31 2004 New Revision: 111156 URL: http://svn.apache.org/viewcvs?view=rev&rev=111156 Log: Allow APR-UTIL to exist and build outside of the httpd/srclib file structure Modified: apr/apr-util/branches/1.0.x/uri/NWGNUmakefile
Modified: apr/apr-util/branches/1.0.x/uri/NWGNUmakefile Url: http://svn.apache.org/viewcvs/apr/apr-util/branches/1.0.x/uri/NWGNUmakefile?view=diff&rev=111156&p1=apr/apr-util/branches/1.0.x/uri/NWGNUmakefile&r1=111155&p2=apr/apr-util/branches/1.0.x/uri/NWGNUmakefile&r2=111156 ============================================================================== --- apr/apr-util/branches/1.0.x/uri/NWGNUmakefile (original) +++ apr/apr-util/branches/1.0.x/uri/NWGNUmakefile Tue Dec 7 14:27:31 2004 @@ -25,8 +25,8 @@ # INCDIRS # XINCDIRS += \ - $(APR_WORK)/include/arch/NetWare \ - $(APR_WORK)/include \ + $(APR)/include/arch/NetWare \ + $(APR)/include \ $(APRUTIL)/include \ $(APRUTIL)/include/private \ $(APRUTIL)/xml/expat/lib \
