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.mpc4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/performance-tests/Sequence_Latency/DSI/DSI.mpc b/TAO/performance-tests/Sequence_Latency/DSI/DSI.mpc
index 8aa01068f30..f0b080a54e7 100644
--- a/TAO/performance-tests/Sequence_Latency/DSI/DSI.mpc
+++ b/TAO/performance-tests/Sequence_Latency/DSI/DSI.mpc
@@ -1,13 +1,13 @@
// -*- MPC -*-
// $Id$
-project(*sequence server) : server, strategies, dynamicinterface, minimum_corba {
+project(*sequence server) : taoserver, strategies, dynamicinterface, minimum_corba {
Source_Files {
Roundtrip.cpp
server.cpp
}
}
-project(*sequence client): taoexe, strategies, minimum_corba {
+project(*sequence client): taoclient, strategies, minimum_corba {
Source_Files {
TestC.cpp
client.cpp