summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/FTRT_Event_Service
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-01-26 15:35:25 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-01-26 15:35:25 +0000
commit875c1f58efd6f94e0dce98a4072657f2cacfb6f6 (patch)
tree5ce9dc8ba40c900e55f9b90267c4ad0b566c066d /TAO/orbsvcs/FTRT_Event_Service
parentee1def0a0a9d84279d66e5e200d4e7d3b89dfd05 (diff)
downloadATCD-875c1f58efd6f94e0dce98a4072657f2cacfb6f6.tar.gz
ChangeLogTag: Mon Jan 26 09:32:58 2004 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/FTRT_Event_Service')
-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
+}