summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/DSI/POA_DSI.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/DSI/POA_DSI.mpc')
-rw-r--r--TAO/examples/POA/DSI/POA_DSI.mpc4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/POA/DSI/POA_DSI.mpc b/TAO/examples/POA/DSI/POA_DSI.mpc
index 508a5b3f898..8e542496f58 100644
--- a/TAO/examples/POA/DSI/POA_DSI.mpc
+++ b/TAO/examples/POA/DSI/POA_DSI.mpc
@@ -6,7 +6,7 @@ project(*IDL): taoidldefaults {
custom_only = 1
}
-project(*Client) : taoclient, messaging, minimum_corba {
+project(*Client) : taoclient, messaging, avoids_minimum_corba {
after += *IDL
source_files {
DatabaseC.cpp
@@ -16,7 +16,7 @@ project(*Client) : taoclient, messaging, minimum_corba {
}
}
-project(*Server) : taoserver, messaging, dynamicinterface, minimum_corba {
+project(*Server) : taoserver, messaging, dynamicinterface, avoids_minimum_corba {
after += *IDL
source_files {
Database_i.cpp