diff options
author | Guenter Knauf <fuankg@apache.org> | 2010-07-23 01:38:58 +0200 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2010-07-23 01:38:58 +0200 |
commit | 5e8988e256df6953f328ff963a4c520160471e92 (patch) | |
tree | bf3e1c4475bc40aae97dc74ef38c03f881c7b66b /modules/cluster | |
parent | Use temp_pool not pool for a string that's a temp (diff) | |
download | apache2-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/cluster')
-rw-r--r-- | modules/cluster/NWGNUmodheartbeat | 8 | ||||
-rw-r--r-- | modules/cluster/NWGNUmodheartmonitor | 8 |
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)
#
|