summaryrefslogtreecommitdiffstats
path: root/modules/loggers/NWGNUforensic
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2010-07-23 01:38:58 +0200
committerGuenter Knauf <fuankg@apache.org>2010-07-23 01:38:58 +0200
commit5e8988e256df6953f328ff963a4c520160471e92 (patch)
treebf3e1c4475bc40aae97dc74ef38c03f881c7b66b /modules/loggers/NWGNUforensic
parentUse temp_pool not pool for a string that's a temp (diff)
downloadapache2-5e8988e256df6953f328ff963a4c520160471e92.tar.xz
apache2-5e8988e256df6953f328ff963a4c520160471e92.zip
Removed obsolete include paths from NetWare makefiles.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@966904 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/loggers/NWGNUforensic')
-rw-r--r--modules/loggers/NWGNUforensic7
1 files changed, 3 insertions, 4 deletions
diff --git a/modules/loggers/NWGNUforensic b/modules/loggers/NWGNUforensic
index 0a979dae06..7abee9b06b 100644
--- a/modules/loggers/NWGNUforensic
+++ b/modules/loggers/NWGNUforensic
@@ -24,12 +24,11 @@ include $(AP_WORK)\build\NWGNUhead.inc
# INCDIRS
#
XINCDIRS += \
- $(AP_WORK)/include \
- $(NWOS) \
- $(AP_WORK)/modules/arch/netware \
$(APR)/include \
$(APRUTIL)/include \
- $(APR) \
+ $(AP_WORK)/include \
+ $(AP_WORK)/modules/http \
+ $(NWOS) \
$(EOLIST)
#