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 b14e76f4e9e..83fed7aa672 100644
--- a/TAO/orbsvcs/examples/Log/RTEvent/Log_RTEvent.mpc
+++ b/TAO/orbsvcs/examples/Log/RTEvent/Log_RTEvent.mpc
@@ -1,14 +1,14 @@
// -*- MPC -*-
// $Id$
-project(*Consumer) : orbsvcsexe, rtevent, naming, rteventlogadmin {
+project(*Consumer) : orbsvcsexe, rtevent_skel, naming, rteventlogadmin {
exename = RTEvent_Consumer
source_files {
RTEvent_Consumer.cpp
}
}
-project(*Supplier) : orbsvcsexe, rtevent, naming, rteventlogadmin {
+project(*Supplier) : orbsvcsexe, rtevent_skel, naming, rteventlogadmin {
exename = RTEvent_Supplier
source_files {
RTEvent_Supplier.cpp