summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2004-12-02 21:55:19 +0000
committerBradley Nicholes <bnicholes@apache.org>2004-12-02 21:55:19 +0000
commite04ff6bd52b71894002d389faf4813aefae5ed1d (patch)
tree9bd6d8ada217edd8e00cf69549ca277a9ac4ab0b /NWGNUmakefile
parentcadbfe12559ced447c8598db73b94fef4e59e60e (diff)
downloadapr-e04ff6bd52b71894002d389faf4813aefae5ed1d.tar.gz
Allow APR-UTIL to exist and build outside of the httpd/srclib file structure
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@109561 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r--NWGNUmakefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile
index 61df78158..eed1d5d5b 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -4,7 +4,7 @@
SUBDIRS = \
build \
- ..\apr-util \
+ $(APU_WORK) \
$(EOLIST)
#
@@ -26,11 +26,11 @@ include $(APR_WORK)\build\NWGNUhead.inc
# INCDIRS
#
XINCDIRS += \
- $(APR_WORK)/include \
- $(APR_WORK)/include/arch/NetWare \
- $(APR_WORK)/include/arch/unix \
- $(APR_WORK)/memory/unix \
- $(APR_WORK)/random/unix \
+ $(APR)/include \
+ $(APR)/include/arch/NetWare \
+ $(APR)/include/arch/unix \
+ $(APR)/memory/unix \
+ $(APR)/random/unix \
$(APRUTIL)/xml \
$(EOLIST)