summaryrefslogtreecommitdiff
path: root/modules/cluster
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2010-07-22 23:38:58 +0000
committerGuenter Knauf <fuankg@apache.org>2010-07-22 23:38:58 +0000
commit5e8988e256df6953f328ff963a4c520160471e92 (patch)
treebf3e1c4475bc40aae97dc74ef38c03f881c7b66b /modules/cluster
parent465ea019f573f091e945b51efe8ed6797af7c85b (diff)
downloadhttpd-5e8988e256df6953f328ff963a4c520160471e92.tar.gz
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/cluster')
-rw-r--r--modules/cluster/NWGNUmodheartbeat8
-rw-r--r--modules/cluster/NWGNUmodheartmonitor8
2 files changed, 6 insertions, 10 deletions
diff --git a/modules/cluster/NWGNUmodheartbeat b/modules/cluster/NWGNUmodheartbeat
index 6b069cd176..ba208472b0 100644
--- a/modules/cluster/NWGNUmodheartbeat
+++ b/modules/cluster/NWGNUmodheartbeat
@@ -24,13 +24,11 @@ include $(AP_WORK)\build\NWGNUhead.inc
# INCDIRS
#
XINCDIRS += \
- $(AP_WORK)/include \
- $(NWOS) \
- $(AP_WORK)/modules/arch/netware \
- $(AP_WORK)/modules/core \
$(APR)/include \
$(APRUTIL)/include \
- $(APR) \
+ $(AP_WORK)/include \
+ $(AP_WORK)/modules/core \
+ $(NWOS) \
$(EOLIST)
#
diff --git a/modules/cluster/NWGNUmodheartmonitor b/modules/cluster/NWGNUmodheartmonitor
index d5f01fd67e..bdb96755c5 100644
--- a/modules/cluster/NWGNUmodheartmonitor
+++ b/modules/cluster/NWGNUmodheartmonitor
@@ -24,13 +24,11 @@ include $(AP_WORK)\build\NWGNUhead.inc
# INCDIRS
#
XINCDIRS += \
- $(AP_WORK)/include \
- $(NWOS) \
- $(AP_WORK)/modules/arch/netware \
- $(AP_WORK)/modules/core \
$(APR)/include \
$(APRUTIL)/include \
- $(APR) \
+ $(AP_WORK)/include \
+ $(AP_WORK)/modules/core \
+ $(NWOS) \
$(EOLIST)
#