summaryrefslogtreecommitdiff
path: root/modules/examples
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2011-03-08 18:59:02 +0000
committerGuenter Knauf <fuankg@apache.org>2011-03-08 18:59:02 +0000
commite8a8becc0f8ad93dc30ecabfe33be1e1abf04cd9 (patch)
tree94758c850fcc5edd2c4eec1f37928a67e75984d9 /modules/examples
parent410da19e0dee2676eecf4f7f3b874ee8e9a049b9 (diff)
downloadhttpd-e8a8becc0f8ad93dc30ecabfe33be1e1abf04cd9.tar.gz
NetWare build overhaul in order to compile on Linux.
Removed absolute paths to imp files. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1079487 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/examples')
-rw-r--r--modules/examples/NWGNUcase_flt4
-rw-r--r--modules/examples/NWGNUcase_flt_in4
-rw-r--r--modules/examples/NWGNUexample_hooks4
-rw-r--r--modules/examples/NWGNUexample_ipc4
4 files changed, 8 insertions, 8 deletions
diff --git a/modules/examples/NWGNUcase_flt b/modules/examples/NWGNUcase_flt
index ce24969ad6..9c215d0882 100644
--- a/modules/examples/NWGNUcase_flt
+++ b/modules/examples/NWGNUcase_flt
@@ -209,8 +209,8 @@ FILE_nlm_copyright =
# Any additional imports go here
#
FILES_nlm_Ximports = \
- @$(APR)/aprlib.imp \
- @$(NWOS)/httpd.imp \
+ @aprlib.imp \
+ @httpd.imp \
@libc.imp \
$(EOLIST)
diff --git a/modules/examples/NWGNUcase_flt_in b/modules/examples/NWGNUcase_flt_in
index 8d71b32f1d..aeffa975d9 100644
--- a/modules/examples/NWGNUcase_flt_in
+++ b/modules/examples/NWGNUcase_flt_in
@@ -209,8 +209,8 @@ FILE_nlm_copyright =
# Any additional imports go here
#
FILES_nlm_Ximports = \
- @$(APR)/aprlib.imp \
- @$(NWOS)/httpd.imp \
+ @aprlib.imp \
+ @httpd.imp \
@libc.imp \
$(EOLIST)
diff --git a/modules/examples/NWGNUexample_hooks b/modules/examples/NWGNUexample_hooks
index 5430661052..1948073ba5 100644
--- a/modules/examples/NWGNUexample_hooks
+++ b/modules/examples/NWGNUexample_hooks
@@ -210,8 +210,8 @@ FILE_nlm_copyright =
# Any additional imports go here
#
FILES_nlm_Ximports = \
- @$(APR)/aprlib.imp \
- @$(NWOS)/httpd.imp \
+ @aprlib.imp \
+ @httpd.imp \
@libc.imp \
$(EOLIST)
diff --git a/modules/examples/NWGNUexample_ipc b/modules/examples/NWGNUexample_ipc
index db207b1c84..408e7989fd 100644
--- a/modules/examples/NWGNUexample_ipc
+++ b/modules/examples/NWGNUexample_ipc
@@ -210,8 +210,8 @@ FILE_nlm_copyright =
# Any additional imports go here
#
FILES_nlm_Ximports = \
- @$(APR)/aprlib.imp \
- @$(NWOS)/httpd.imp \
+ @aprlib.imp \
+ @httpd.imp \
@libc.imp \
$(EOLIST)