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