summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Persistent_IOR/RTCORBA_Persistent_IOR.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/RTCORBA/Persistent_IOR/RTCORBA_Persistent_IOR.mpc')
-rw-r--r--TAO/tests/RTCORBA/Persistent_IOR/RTCORBA_Persistent_IOR.mpc6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/tests/RTCORBA/Persistent_IOR/RTCORBA_Persistent_IOR.mpc b/TAO/tests/RTCORBA/Persistent_IOR/RTCORBA_Persistent_IOR.mpc
index 0662db7fb4e..81573c2dfab 100644
--- a/TAO/tests/RTCORBA/Persistent_IOR/RTCORBA_Persistent_IOR.mpc
+++ b/TAO/tests/RTCORBA/Persistent_IOR/RTCORBA_Persistent_IOR.mpc
@@ -1,13 +1,15 @@
// -*- MPC -*-
// $Id$
-project(*Server): rt_server, minimum_corba {
+project(*Server): rt_server {
+ avoids += minimum_corba
Source_Files {
server.cpp
}
}
-project(*Client): taoexe, minimum_corba {
+project(*Client): taoexe {
+ avoids += minimum_corba
requires += rt_corba
Source_Files {
testC.cpp