summaryrefslogtreecommitdiff
path: root/TAO/tests/BiDirectional_NestedUpcall/BiDir_NestedUpcall.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/BiDirectional_NestedUpcall/BiDir_NestedUpcall.mpc')
-rw-r--r--TAO/tests/BiDirectional_NestedUpcall/BiDir_NestedUpcall.mpc2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tests/BiDirectional_NestedUpcall/BiDir_NestedUpcall.mpc b/TAO/tests/BiDirectional_NestedUpcall/BiDir_NestedUpcall.mpc
index abcf650df1b..7f324b598d8 100644
--- a/TAO/tests/BiDirectional_NestedUpcall/BiDir_NestedUpcall.mpc
+++ b/TAO/tests/BiDirectional_NestedUpcall/BiDir_NestedUpcall.mpc
@@ -2,6 +2,7 @@
// $Id$
project(*Server): taoserver, minimum_corba, bidir_giop {
+ exename = server
Source_Files {
test_i.cpp
server.cpp
@@ -9,6 +10,7 @@ project(*Server): taoserver, minimum_corba, bidir_giop {
}
project(*Client): taoexe, portableserver, minimum_corba, bidir_giop {
+ exename = client
after += *Server
Source_Files {
test_i.cpp