summaryrefslogtreecommitdiff
path: root/TAO/tests/NestedUpcall/MT_Client_Test/MT_Client_Test.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/NestedUpcall/MT_Client_Test/MT_Client_Test.mpc')
-rw-r--r--TAO/tests/NestedUpcall/MT_Client_Test/MT_Client_Test.mpc2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tests/NestedUpcall/MT_Client_Test/MT_Client_Test.mpc b/TAO/tests/NestedUpcall/MT_Client_Test/MT_Client_Test.mpc
index 35e6a89edfd..17842e4aca5 100644
--- a/TAO/tests/NestedUpcall/MT_Client_Test/MT_Client_Test.mpc
+++ b/TAO/tests/NestedUpcall/MT_Client_Test/MT_Client_Test.mpc
@@ -2,6 +2,7 @@
// $Id$
project(*Nested_Upcall_Server): taoserver, utils {
+ exename = server
Source_Files {
MT_Object_i.cpp
server.cpp
@@ -9,6 +10,7 @@ project(*Nested_Upcall_Server): taoserver, utils {
}
project(*Nested_Upcall_Client): taoexe, utils, portableserver {
+ exename = client
after += *Nested_Upcall_Server
Source_Files {
MT_Object_i.cpp