diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2004-11-30 01:12:39 +0100 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2004-11-30 01:12:39 +0100 |
commit | 804ff9ab226d97742ed8d18d72d98ce05b80b578 (patch) | |
tree | e3c38bb3397a64f999a48329a5af71937c17377e /NWGNUmakefile | |
parent | Revert my patch of this a.m. while I work out all the (diff) | |
download | apache2-804ff9ab226d97742ed8d18d72d98ce05b80b578.tar.xz apache2-804ff9ab226d97742ed8d18d72d98ce05b80b578.zip |
Allow APR to exist and build outside of the httpd/srclib file structure
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106975 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r-- | NWGNUmakefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile index ba31a12aef..ee85d857e5 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -3,7 +3,7 @@ # SUBDIRS = \ - srclib\apr \ + $(APR_WORK) \ build \ support \ modules \ @@ -28,9 +28,8 @@ include $(AP_WORK)\build\NWGNUhead.inc # INCDIRS # XINCDIRS += \ - $(AP_WORK)/srclib/apr/include \ - $(AP_WORK)/srclib/include/arch/NetWare \ - $(AP_WORK)/srclib/apr-util/include \ + $(APR)/include \ + $(APRUTIL)/include \ $(AP_WORK)/include \ $(AP_WORK)/modules/filters/ \ $(AP_WORK)/modules/generators/ \ |