summaryrefslogtreecommitdiff
path: root/ACE/TAO/orbsvcs/tests/Event/Basic/rteventtestexe.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/orbsvcs/tests/Event/Basic/rteventtestexe.mpb')
-rw-r--r--ACE/TAO/orbsvcs/tests/Event/Basic/rteventtestexe.mpb14
1 files changed, 14 insertions, 0 deletions
diff --git a/ACE/TAO/orbsvcs/tests/Event/Basic/rteventtestexe.mpb b/ACE/TAO/orbsvcs/tests/Event/Basic/rteventtestexe.mpb
new file mode 100644
index 00000000000..7060b365b1a
--- /dev/null
+++ b/ACE/TAO/orbsvcs/tests/Event/Basic/rteventtestexe.mpb
@@ -0,0 +1,14 @@
+// -*- MPC -*-
+// $Id$
+
+project : messaging, rteventexe, rtevent_serv, naming, iortable {
+ after += Event_Test_Lib
+ libs += ECTests
+ libpaths += ../lib
+
+ specific (automake) {
+ includes += $(srcdir)/../lib
+ } else {
+ includes += ../lib
+ }
+}