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 1fad2772df5..68654880054 100644
--- a/TAO/examples/POA/TIE/POA_TIE.mpc
+++ b/TAO/examples/POA/TIE/POA_TIE.mpc
@@ -1,4 +1,5 @@
project(*Client) : taoexe, portableserver {
+ requires += minimum_corba
idlflags -= -Sc
source_files {
client.cpp
@@ -12,4 +13,4 @@ project(*Server) : taoexe, portableserver {
test_i.cpp
server.cpp
}
-} \ No newline at end of file
+}