summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2010-10-24 15:56:10 +0000
committerGuenter Knauf <fuankg@apache.org>2010-10-24 15:56:10 +0000
commitf56bf50c38b82f3c0029708013d8c05328be64ab (patch)
tree3087b0d1a9ddafa629592ceaa212c249156359c2 /NWGNUmakefile
parente2dbc194b73ab9bc805a1e0b31c944b26e9a334c (diff)
downloadhttpd-f56bf50c38b82f3c0029708013d8c05328be64ab.tar.gz
Another NetWare makefile cleanup.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1026826 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r--NWGNUmakefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile
index 13e573c1a4..61a3526046 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -62,13 +62,13 @@ XINCDIRS += \
$(APR)/include \
$(APRUTIL)/include \
$(AP_WORK)/include \
- $(AP_WORK)/modules/filters \
- $(AP_WORK)/modules/generators \
- $(AP_WORK)/modules/http \
- $(AP_WORK)/modules/loggers \
- $(AP_WORK)/modules/mappers \
- $(AP_WORK)/modules/proxy \
- $(AP_WORK)/server/mpm/NetWare \
+ $(HTTPD) \
+ $(STDMOD)/filters \
+ $(STDMOD)/generators \
+ $(STDMOD)/loggers \
+ $(STDMOD)/mappers \
+ $(STDMOD)/proxy \
+ $(SERVER)/mpm/NetWare \
$(PCRE) \
$(NWOS) \
$(EOLIST)