summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/PaE_Selection.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/PaE_Selection.mpc')
-rw-r--r--TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/PaE_Selection.mpc6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/PaE_Selection.mpc b/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/PaE_Selection.mpc
index 81a533380b3..220bbb47171 100644
--- a/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/PaE_Selection.mpc
+++ b/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/PaE_Selection.mpc
@@ -1,11 +1,13 @@
// $Id$
-project(*Server): rt_server, strategies, portableserver, minimum_corba {
+project(*Server): rt_server, strategies, portableserver {
+ avoids += minimum_corba
Source_Files {
server.cpp
}
}
-project(*Client): rt_client, strategies, portableserver, minimum_corba {
+project(*Client): rt_client, strategies, portableserver {
+ avoids += minimum_corba
Source_Files {
client.cpp
}