summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Sequence_Latency/DSI/DSI.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Sequence_Latency/DSI/DSI.mpc')
-rw-r--r--TAO/performance-tests/Sequence_Latency/DSI/DSI.mpc13
1 files changed, 5 insertions, 8 deletions
diff --git a/TAO/performance-tests/Sequence_Latency/DSI/DSI.mpc b/TAO/performance-tests/Sequence_Latency/DSI/DSI.mpc
index 992b6a429fe..ee3d1cc24d2 100644
--- a/TAO/performance-tests/Sequence_Latency/DSI/DSI.mpc
+++ b/TAO/performance-tests/Sequence_Latency/DSI/DSI.mpc
@@ -1,21 +1,18 @@
-project(* sequence server) : server, strategies, dynamicinterface {
+project(*sequence server) : server, strategies, dynamicinterface {
avoids += minimum_corba
-
- IDL_Files {
- }
-
Source_Files {
Roundtrip.cpp
server.cpp
}
}
-
-project(* sequence client): client, strategies {
+project(*sequence client): client, strategies {
avoids += minimum_corba
-
+ after += DSI_Sequence_Server
Source_Files {
TestC.cpp
client.cpp
}
+ IDL_Files {
+ }
}