summaryrefslogtreecommitdiff
path: root/modules/examples
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2012-08-09 12:11:09 +0000
committerGuenter Knauf <fuankg@apache.org>2012-08-09 12:11:09 +0000
commit7814748ab324b8d7329fb3fcbbd8032fb2dcb6a7 (patch)
tree8c3c776cc44186ca206591699b08f0dfc8c7012f /modules/examples
parent74250b166c89f1eb8874616412f2374da8a807a7 (diff)
downloadhttpd-7814748ab324b8d7329fb3fcbbd8032fb2dcb6a7.tar.gz
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/examples')
-rw-r--r--modules/examples/NWGNUcase_flt2
-rw-r--r--modules/examples/NWGNUcase_flt_in2
-rw-r--r--modules/examples/NWGNUexample_hooks4
-rw-r--r--modules/examples/NWGNUexample_ipc4
4 files changed, 6 insertions, 6 deletions
diff --git a/modules/examples/NWGNUcase_flt b/modules/examples/NWGNUcase_flt
index df9a86f498..469fd0f611 100644
--- a/modules/examples/NWGNUcase_flt
+++ b/modules/examples/NWGNUcase_flt
@@ -26,7 +26,7 @@ include $(AP_WORK)/build/NWGNUhead.inc
XINCDIRS += \
$(APR)/include \
$(APRUTIL)/include \
- $(AP_WORK)/include \
+ $(SRC)/include \
$(NWOS) \
$(EOLIST)
diff --git a/modules/examples/NWGNUcase_flt_in b/modules/examples/NWGNUcase_flt_in
index 7429a44a03..3e7b85bf3f 100644
--- a/modules/examples/NWGNUcase_flt_in
+++ b/modules/examples/NWGNUcase_flt_in
@@ -26,7 +26,7 @@ include $(AP_WORK)/build/NWGNUhead.inc
XINCDIRS += \
$(APR)/include \
$(APRUTIL)/include \
- $(AP_WORK)/include \
+ $(SRC)/include \
$(NWOS) \
$(EOLIST)
diff --git a/modules/examples/NWGNUexample_hooks b/modules/examples/NWGNUexample_hooks
index 06bc16ad05..6888f3057e 100644
--- a/modules/examples/NWGNUexample_hooks
+++ b/modules/examples/NWGNUexample_hooks
@@ -26,8 +26,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)
diff --git a/modules/examples/NWGNUexample_ipc b/modules/examples/NWGNUexample_ipc
index 605794b2a4..45fc48c2fe 100644
--- a/modules/examples/NWGNUexample_ipc
+++ b/modules/examples/NWGNUexample_ipc
@@ -26,8 +26,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)