diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-05-10 17:25:16 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-05-10 17:25:16 +0000 |
commit | ccfaae95fd2fc1d15f93f4ac8872504b6e415f1c (patch) | |
tree | 10643cc04e2f82a432d512a556dd885ce2d4a288 /TAO/tests/Collocation | |
parent | df182858973b58eaf434933af068a3751c5c5973 (diff) | |
download | ATCD-ccfaae95fd2fc1d15f93f4ac8872504b6e415f1c.tar.gz |
ChangeLogTag:Sat May 10 12:24:32 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tests/Collocation')
-rw-r--r-- | TAO/tests/Collocation/Makefile.test | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/TAO/tests/Collocation/Makefile.test b/TAO/tests/Collocation/Makefile.test index 350cf5508c8..f7a8d799124 100644 --- a/TAO/tests/Collocation/Makefile.test +++ b/TAO/tests/Collocation/Makefile.test @@ -13,11 +13,6 @@ ifndef TAO_ROOT endif # ! TAO_ROOT MAKEFILE = Makefile.test -LDLIBS = -lCollocation_Test_Stub \ - -lCollocation_Diamond \ - -lTAO_Strategies \ - -lTAO_PortableServer \ - -lTAO SRC = Collocation_Tester.cpp @@ -36,6 +31,10 @@ include $(ACE_ROOT)/include/makeinclude/rules.bin.GNU include $(ACE_ROOT)/include/makeinclude/rules.local.GNU include $(TAO_ROOT)/taoconfig.mk +LDLIBS = -lCollocation_Test_Stub \ + -lCollocation_Diamond \ + -lTAO_Strategies \ + $(TAO_SRVR_LIBS) #---------------------------------------------------------------------------- # Local targets #---------------------------------------------------------------------------- |