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.mpc4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/examples/Log/RTEvent/Log_RTEvent.mpc b/TAO/orbsvcs/examples/Log/RTEvent/Log_RTEvent.mpc
index 7555dc62c61..b14e76f4e9e 100644
--- a/TAO/orbsvcs/examples/Log/RTEvent/Log_RTEvent.mpc
+++ b/TAO/orbsvcs/examples/Log/RTEvent/Log_RTEvent.mpc
@@ -2,14 +2,14 @@
// $Id$
project(*Consumer) : orbsvcsexe, rtevent, naming, rteventlogadmin {
- exename = consumer
+ exename = RTEvent_Consumer
source_files {
RTEvent_Consumer.cpp
}
}
project(*Supplier) : orbsvcsexe, rtevent, naming, rteventlogadmin {
- exename = supplier
+ exename = RTEvent_Supplier
source_files {
RTEvent_Supplier.cpp
}