summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Latency/DII/DII.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Latency/DII/DII.mpc')
-rw-r--r--TAO/performance-tests/Latency/DII/DII.mpc6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/performance-tests/Latency/DII/DII.mpc b/TAO/performance-tests/Latency/DII/DII.mpc
index 3b7ab57a9c9..eb9d686f728 100644
--- a/TAO/performance-tests/Latency/DII/DII.mpc
+++ b/TAO/performance-tests/Latency/DII/DII.mpc
@@ -1,7 +1,8 @@
// -*- MPC -*-
// $Id$
-project(*latency server): taoexe, portableserver, strategies, minimum_corba {
+project(*latency server): taoexe, portableserver, strategies {
+ avoids += minimum_corba
Source_Files {
Roundtrip.cpp
@@ -9,7 +10,8 @@ project(*latency server): taoexe, portableserver, strategies, minimum_corba {
}
}
-project(*latency client): taoexe, portableserver, strategies, dynamicinterface, minimum_corba {
+project(*latency client): taoexe, portableserver, strategies, dynamicinterface {
+ avoids += minimum_corba
Source_Files {
client.cpp