summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Log/Event/Log_Event.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/Log/Event/Log_Event.mpc')
-rw-r--r--TAO/orbsvcs/examples/Log/Event/Log_Event.mpc4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/examples/Log/Event/Log_Event.mpc b/TAO/orbsvcs/examples/Log/Event/Log_Event.mpc
index f58a5f29118..fb4ebd95b7e 100644
--- a/TAO/orbsvcs/examples/Log/Event/Log_Event.mpc
+++ b/TAO/orbsvcs/examples/Log/Event/Log_Event.mpc
@@ -1,14 +1,14 @@
// -*- MPC -*-
// $Id$
-project(*Consumer) : orbsvcsexe, dseventlogadmin, event_skel, naming {
+project(*Consumer) : orbsvcsexe, event, dseventlogadmin {
exename = consumer
source_files {
Event_Consumer.cpp
}
}
-project(*Supplier) : orbsvcsexe, dseventlogadmin, event_skel, naming {
+project(*Supplier) : orbsvcsexe, event, dseventlogadmin {
exename = supplier
source_files {
Event_Supplier.cpp