summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/IFR_Application_Test.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/InterfaceRepo/Application_Test/IFR_Application_Test.mpc')
-rw-r--r--TAO/orbsvcs/tests/InterfaceRepo/Application_Test/IFR_Application_Test.mpc6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/IFR_Application_Test.mpc b/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/IFR_Application_Test.mpc
index 3396f7a98fe..2c14a302961 100644
--- a/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/IFR_Application_Test.mpc
+++ b/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/IFR_Application_Test.mpc
@@ -1,7 +1,8 @@
// -*- MPC -*-
// $Id$
-project(*server): taoexe, portableserver, ifr_client, minimum_corba {
+project(*server): taoexe, portableserver, ifr_client {
+ avoids += minimum_corba
Source_Files {
test_i.cpp
@@ -9,7 +10,8 @@ project(*server): taoexe, portableserver, ifr_client, minimum_corba {
}
}
-project(*client): taoexe, portableserver, ifr_client, dynamicinterface, minimum_corba {
+project(*client): taoexe, portableserver, ifr_client, dynamicinterface {
+ avoids += minimum_corba
IDL_Files {
}