diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2004-11-30 00:12:39 +0000 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2004-11-30 00:12:39 +0000 |
commit | 804ff9ab226d97742ed8d18d72d98ce05b80b578 (patch) | |
tree | e3c38bb3397a64f999a48329a5af71937c17377e /support/NWGNUab | |
parent | 2ecaddd6a119ab4fd7471ddb9d5cfa4e67286c57 (diff) | |
download | httpd-804ff9ab226d97742ed8d18d72d98ce05b80b578.tar.gz |
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 'support/NWGNUab')
-rw-r--r-- | support/NWGNUab | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/support/NWGNUab b/support/NWGNUab index d0ca39d1ba..d7cd3211ee 100644 --- a/support/NWGNUab +++ b/support/NWGNUab @@ -18,10 +18,10 @@ endif XINCDIRS += \ $(NWOS) \ $(AP_WORK)/include \ - $(AP_WORK)/srclib/apr/include \ - $(AP_WORK)/srclib/apr-util/include \ - $(AP_WORK)/srclib/apr/misc/netware \ - $(AP_WORK)/srclib/apr \ + $(APR)/include \ + $(APRUTIL)/../apr-util/include \ + $(APR)/misc/netware \ + $(APR_WORK) \ $(EOLIST) # |