summaryrefslogtreecommitdiff
path: root/TAO/tests/LongUpcalls/LongUpcalls.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/LongUpcalls/LongUpcalls.mpc')
-rw-r--r--TAO/tests/LongUpcalls/LongUpcalls.mpc7
1 files changed, 5 insertions, 2 deletions
diff --git a/TAO/tests/LongUpcalls/LongUpcalls.mpc b/TAO/tests/LongUpcalls/LongUpcalls.mpc
index 5bd663d16e0..13a0c026057 100644
--- a/TAO/tests/LongUpcalls/LongUpcalls.mpc
+++ b/TAO/tests/LongUpcalls/LongUpcalls.mpc
@@ -10,21 +10,24 @@ project(*Server): taoserver, messaging, ami {
}
project(*Client): messaging, taoexe, portableserver, ami {
+ after += *Server
Source_Files {
Controller.cpp
blocking_client.cpp
}
}
-project(*AMI Server): taoserver, messaging, ami {
+project(*AMI_Server): taoserver, messaging, ami {
exename = ami_server
+ after += *Client
Source_Files {
AMI_Manager.cpp
ami_server.cpp
}
}
-project(*AMI Client): messaging, taoexe, portableserver, ami {
+project(*AMI_Client): messaging, taoexe, portableserver, ami {
+ after += *AMI_Server
Source_Files {
Controller.cpp
Manager_Handler.cpp