diff options
Diffstat (limited to 'TAO/examples/POA/NewPOA')
-rw-r--r-- | TAO/examples/POA/NewPOA/POA_NewPOA.mpc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/examples/POA/NewPOA/POA_NewPOA.mpc b/TAO/examples/POA/NewPOA/POA_NewPOA.mpc index b330e9a825f..de7282249a6 100644 --- a/TAO/examples/POA/NewPOA/POA_NewPOA.mpc +++ b/TAO/examples/POA/NewPOA/POA_NewPOA.mpc @@ -1,3 +1,4 @@ //$Id$ -project : taoexe, portableserver, minimum_corba { +project : taoexe, portableserver { + avoids += minimum_corba } |