summaryrefslogtreecommitdiff
path: root/test/NWGNUtestatmc
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2009-10-05 17:21:16 +0000
committerGuenter Knauf <fuankg@apache.org>2009-10-05 17:21:16 +0000
commit73f376fa84e3825306e950d6372b98c242df5cd4 (patch)
tree087a17baf4c4aa7f833666ca118f0557b90219ef /test/NWGNUtestatmc
parent25181692210ecebacc0e3c6ec2f6d010769aa7a0 (diff)
downloadapr-73f376fa84e3825306e950d6372b98c242df5cd4.tar.gz
improved NetWare build of test samples.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@821929 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/NWGNUtestatmc')
-rw-r--r--test/NWGNUtestatmc8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/NWGNUtestatmc b/test/NWGNUtestatmc
index d8637ce68..6f017802d 100644
--- a/test/NWGNUtestatmc
+++ b/test/NWGNUtestatmc
@@ -100,13 +100,13 @@ NLM_DESCRIPTION = NLM is to test the atomic functions
# This is used by the '-threadname' directive. If left blank,
# NLM_NAME Thread will be used.
#
-NLM_THREAD_NAME = testatmc
+NLM_THREAD_NAME = $(NLM_NAME)
#
# This is used by the '-screenname' directive. If left blank,
# 'Apache for NetWare' Thread will be used.
#
-NLM_SCREEN_NAME = testatmc
+NLM_SCREEN_NAME = $(NLM_NAME)
#
# If this is specified, it will override VERSION value in
@@ -154,7 +154,7 @@ XDCDATA =
# If there is an NLM target, put it here
#
TARGET_nlm = \
- $(OBJDIR)/testatmc.nlm \
+ $(OBJDIR)/$(NLM_NAME).nlm \
$(EOLIST)
#
@@ -210,8 +210,8 @@ FILE_nlm_copyright =
# Any additional imports go here
#
FILES_nlm_Ximports = \
+ @$(APR)/aprlib.imp \
@libc.imp \
- @$(APR)/aprlib.imp \
$(EOLIST)
#