summaryrefslogtreecommitdiff
path: root/TAO/tests/Collocation/Collocation.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Collocation/Collocation.mpc')
-rw-r--r--TAO/tests/Collocation/Collocation.mpc6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/Collocation/Collocation.mpc b/TAO/tests/Collocation/Collocation.mpc
index dd0b0f46c51..69b50986244 100644
--- a/TAO/tests/Collocation/Collocation.mpc
+++ b/TAO/tests/Collocation/Collocation.mpc
@@ -1,6 +1,6 @@
project(Collocation Test Stub): taolib_with_idl {
sharedname = Collocation_Test_Stub
- libs = TAO
+ libs += TAO
idlflags += -Wb,skel_export_macro=Diamond_Export -Wb,stub_export_macro=MY_Stub_Export -Wb,skel_export_include=diamond_export.h -Wb,stub_export_include=stub_export.h -Gd
dllflags = MY_STUB_BUILD_DLL
@@ -12,7 +12,7 @@ project(Collocation Test Stub): taolib_with_idl {
project(Collocation Diamond) : taolib_with_idl {
depends += PortableServer "Collocation Test Stub"
sharedname = Collocation_Diamond
- libs = Collocation_Test_Stub TAO_PortableServer TAO
+ libs += Collocation_Test_Stub TAO_PortableServer TAO
idlflags += -Wb,skel_export_macro=Diamond_Export -Wb,stub_export_macro=MY_Stub_Export -Wb,skel_export_include=diamond_export.h -Wb,stub_export_include=stub_export.h -Gd
dllflags = DIAMOND_BUILD_DLL
@@ -25,7 +25,7 @@ project(Collocation Diamond) : taolib_with_idl {
project(Collocation) : strategies, server {
depends += "Collocation Test Stub" "Collocation Diamond"
exename = Collocation
- libs += Collocation_Test_Stub Collocation_Diamond
+ libs += Collocation_Test_Stub Collocation_Diamond
IDL_Files {
}