summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Server_Protocol/RTCORBA_Server_Protocol.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/RTCORBA/Server_Protocol/RTCORBA_Server_Protocol.mpc')
-rw-r--r--TAO/tests/RTCORBA/Server_Protocol/RTCORBA_Server_Protocol.mpc2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tests/RTCORBA/Server_Protocol/RTCORBA_Server_Protocol.mpc b/TAO/tests/RTCORBA/Server_Protocol/RTCORBA_Server_Protocol.mpc
index 0aee233bb3a..31e74cfc0be 100644
--- a/TAO/tests/RTCORBA/Server_Protocol/RTCORBA_Server_Protocol.mpc
+++ b/TAO/tests/RTCORBA/Server_Protocol/RTCORBA_Server_Protocol.mpc
@@ -1,10 +1,12 @@
project(*Server): strategies, rt_server {
+ avoids += minimum_corba
Source_Files {
server.cpp
}
}
project(*Client): strategies, rt_client {
+ avoids += minimum_corba
Source_Files {
testC.cpp
client.cpp