From 0de256aa80b22187612af70b7b840a3e62b04a59 Mon Sep 17 00:00:00 2001 From: Steve Huston Date: Sat, 3 Jul 1999 03:23:08 +0000 Subject: Replace VLDLIBS with correct LDLIBS line. Now works on AIX. --- websvcs/tests/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'websvcs') 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... -- cgit v1.2.1