summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Log/RTEvent/Log_RTEvent.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/Log/RTEvent/Log_RTEvent.mpc')
-rw-r--r--TAO/orbsvcs/examples/Log/RTEvent/Log_RTEvent.mpc2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/orbsvcs/examples/Log/RTEvent/Log_RTEvent.mpc b/TAO/orbsvcs/examples/Log/RTEvent/Log_RTEvent.mpc
index 29b0ed09c28..0049ca759e4 100644
--- a/TAO/orbsvcs/examples/Log/RTEvent/Log_RTEvent.mpc
+++ b/TAO/orbsvcs/examples/Log/RTEvent/Log_RTEvent.mpc
@@ -1,4 +1,5 @@
project(*Consumer) : orbsvcsexe, rtevent, naming, rteventlogadmin {
+ requires += minimum_corba
exename = consumer
source_files {
RTEvent_Consumer.cpp
@@ -6,6 +7,7 @@ project(*Consumer) : orbsvcsexe, rtevent, naming, rteventlogadmin {
}
project(*Supplier) : orbsvcsexe, rtevent, naming, rteventlogadmin {
+ requires += minimum_corba
exename = supplier
source_files {
RTEvent_Supplier.cpp