summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/Generic_Servant/POA_Generic_Servant.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/Generic_Servant/POA_Generic_Servant.mpc')
-rw-r--r--TAO/examples/POA/Generic_Servant/POA_Generic_Servant.mpc4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/examples/POA/Generic_Servant/POA_Generic_Servant.mpc b/TAO/examples/POA/Generic_Servant/POA_Generic_Servant.mpc
index 937bee19aaa..3fce3e7f2ab 100644
--- a/TAO/examples/POA/Generic_Servant/POA_Generic_Servant.mpc
+++ b/TAO/examples/POA/Generic_Servant/POA_Generic_Servant.mpc
@@ -1,4 +1,6 @@
+// $Id$
project(*lib): taolib_with_idl, portableserver {
+ avoids += minimum_corba
sharedname = Generic_Servant
dynamicflags = GENERIC_SERVANT_BUILD_DLL
idlflags += -Wb,export_macro=GENERIC_SERVANT_Export -Wb,export_include=generic_servant_export.h
@@ -15,4 +17,4 @@ project(*client): taoexe, portableserver {
Source_Files {
client.cpp
}
-} \ No newline at end of file
+}