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, 2 insertions, 5 deletions
diff --git a/TAO/tests/LongUpcalls/LongUpcalls.mpc b/TAO/tests/LongUpcalls/LongUpcalls.mpc
index 13a0c026057..5bd663d16e0 100644
--- a/TAO/tests/LongUpcalls/LongUpcalls.mpc
+++ b/TAO/tests/LongUpcalls/LongUpcalls.mpc
@@ -10,24 +10,21 @@ 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 {
- after += *AMI_Server
+project(*AMI Client): messaging, taoexe, portableserver, ami {
Source_Files {
Controller.cpp
Manager_Handler.cpp