summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/FTRT_Event_Service/Event_Service/FTRT_Event_Service.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/FTRT_Event_Service/Event_Service/FTRT_Event_Service.mpc')
-rw-r--r--TAO/orbsvcs/FTRT_Event_Service/Event_Service/FTRT_Event_Service.mpc13
1 files changed, 4 insertions, 9 deletions
diff --git a/TAO/orbsvcs/FTRT_Event_Service/Event_Service/FTRT_Event_Service.mpc b/TAO/orbsvcs/FTRT_Event_Service/Event_Service/FTRT_Event_Service.mpc
index f79eae47ee3..dfda930d86d 100644
--- a/TAO/orbsvcs/FTRT_Event_Service/Event_Service/FTRT_Event_Service.mpc
+++ b/TAO/orbsvcs/FTRT_Event_Service/Event_Service/FTRT_Event_Service.mpc
@@ -1,12 +1,7 @@
// -*- MPC -*-
// $Id$
-project(FTRT_Event_Service) : orbsvcsexe, rtschedevent, ftrtevent, ftorbutils {
- exename = ftrt_eventservice
- includes += $(TAO_ROOT)/orbsvcs $(TAO_ROOT)/orbsvcs/FtRtEvent/Utils $(TAO_ROOT)/orbsvcs/FtRtEvent/EventChannel
- after += FTRT_EventChannel
- libs += TAO_Utils TAO_FTRT_EventChannel
- specific(gnuace) {
- lit_libs += TAO_Strategies
- }
-} \ No newline at end of file
+project(FTRT_Event_Service): orbsvcsexe, utils, rtschedevent, ftrteventchannel, ftorbutils {
+ exename = ftrt_eventservice
+ includes += $(TAO_ROOT)/orbsvcs/FtRtEvent/Utils
+}