summaryrefslogtreecommitdiff
path: root/ACE/TAO/MPC/config/ftrteventchannel.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/MPC/config/ftrteventchannel.mpb')
-rw-r--r--ACE/TAO/MPC/config/ftrteventchannel.mpb14
1 files changed, 14 insertions, 0 deletions
diff --git a/ACE/TAO/MPC/config/ftrteventchannel.mpb b/ACE/TAO/MPC/config/ftrteventchannel.mpb
new file mode 100644
index 00000000000..fc19901bafd
--- /dev/null
+++ b/ACE/TAO/MPC/config/ftrteventchannel.mpb
@@ -0,0 +1,14 @@
+// -*- MPC -*-
+// $Id$
+
+project : ftrtevent, utils, corba_messaging, pi_server {
+ after += FTRT_EventChannel
+ libs += TAO_FTRT_EventChannel
+ includes += $(TAO_ROOT)/orbsvcs/FtRtEvent/EventChannel
+ tagchecks += FTRT_EventChannel
+
+ specific(automake) {
+ includes += $(TAO_BUILDDIR)/orbsvcs/FtRtEvent/EventChannel
+ }
+
+}