summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/Forwarding/POA_Forwarding.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/Forwarding/POA_Forwarding.mpc')
-rw-r--r--TAO/examples/POA/Forwarding/POA_Forwarding.mpc4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/examples/POA/Forwarding/POA_Forwarding.mpc b/TAO/examples/POA/Forwarding/POA_Forwarding.mpc
index 191db373ef8..0abc3de7a4d 100644
--- a/TAO/examples/POA/Forwarding/POA_Forwarding.mpc
+++ b/TAO/examples/POA/Forwarding/POA_Forwarding.mpc
@@ -1,10 +1,12 @@
project(*Client) : taoexe, portableserver {
+ avoids += minimum_corba
source_files {
client.cpp
}
}
project(*Server) : taoexe, portableserver {
+ avoids += minimum_corba
includes += ../Generic_Servant
libs += Generic_Servant
after += POA_Generic_Servant_Lib
@@ -13,4 +15,4 @@ project(*Server) : taoexe, portableserver {
server.cpp
Servant_Activator.cpp
}
-} \ No newline at end of file
+}