summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/TIE/POA_TIE.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/TIE/POA_TIE.mpc')
-rw-r--r--TAO/examples/POA/TIE/POA_TIE.mpc3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/examples/POA/TIE/POA_TIE.mpc b/TAO/examples/POA/TIE/POA_TIE.mpc
index 68654880054..28a2bf06809 100644
--- a/TAO/examples/POA/TIE/POA_TIE.mpc
+++ b/TAO/examples/POA/TIE/POA_TIE.mpc
@@ -1,5 +1,5 @@
project(*Client) : taoexe, portableserver {
- requires += minimum_corba
+ avoids += minimum_corba
idlflags -= -Sc
source_files {
client.cpp
@@ -8,6 +8,7 @@ project(*Client) : taoexe, portableserver {
}
project(*Server) : taoexe, portableserver {
+ avoids += minimum_corba
idlflags -= -Sc
source_files {
test_i.cpp