diff options
author | Guenter Knauf <fuankg@apache.org> | 2012-08-09 14:11:09 +0200 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2012-08-09 14:11:09 +0200 |
commit | 7814748ab324b8d7329fb3fcbbd8032fb2dcb6a7 (patch) | |
tree | 8c3c776cc44186ca206591699b08f0dfc8c7012f /modules/dav/main | |
parent | xforms (diff) | |
download | apache2-7814748ab324b8d7329fb3fcbbd8032fb2dcb6a7.tar.xz apache2-7814748ab324b8d7329fb3fcbbd8032fb2dcb6a7.zip |
NetWare build tweaks.
Make more use of internal makefile macros;
axed now obsolete include paths.
Submitted by: normw gknw net.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1371177 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/dav/main')
-rw-r--r-- | modules/dav/main/NWGNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/dav/main/NWGNUmakefile b/modules/dav/main/NWGNUmakefile index bc94a2215b..a5b28c92c5 100644 --- a/modules/dav/main/NWGNUmakefile +++ b/modules/dav/main/NWGNUmakefile @@ -25,8 +25,8 @@ include $(AP_WORK)/build/NWGNUhead.inc XINCDIRS += \ $(APR)/include \ $(APRUTIL)/include \ - $(AP_WORK)/include \ - $(AP_WORK)/server/mpm/netware \ + $(SRC)/include \ + $(SERVER)/mpm/netware \ $(NWOS) \ $(EOLIST) |