summaryrefslogtreecommitdiff
path: root/websvcs
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1999-07-03 03:23:08 +0000
committerSteve Huston <shuston@riverace.com>1999-07-03 03:23:08 +0000
commit0de256aa80b22187612af70b7b840a3e62b04a59 (patch)
tree3b82391c333c963015345bf8f962520cdb94361b /websvcs
parent7bb9158c5ec746969532d3bfd2c4030b48a1e732 (diff)
downloadATCD-0de256aa80b22187612af70b7b840a3e62b04a59.tar.gz
Replace VLDLIBS with correct LDLIBS line. Now works on AIX.
Diffstat (limited to 'websvcs')
-rw-r--r--websvcs/tests/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/websvcs/tests/Makefile b/websvcs/tests/Makefile
index 64efeefd4ba..28412f212b5 100644
--- a/websvcs/tests/Makefile
+++ b/websvcs/tests/Makefile
@@ -13,6 +13,8 @@ BIN = Test_URL_Addr
LSRC = $(addsuffix .cpp,$(BIN))
+LDLIBS := -lwebsvcs
+
BUILD = $(VBIN)
#----------------------------------------------------------------------------
@@ -26,8 +28,6 @@ include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU
include $(ACE_ROOT)/include/makeinclude/rules.bin.GNU
include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
-VLDLIBS := -lwebsvcs $(VLDLIBS)
-
# To build multiple executables in the same directory on AIX, it works
# best to wipe out any previously-created tempinc directory.
# The compiler/linker isn't too smart about instantiating templates...