summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event/Mcast/Simple/Simple.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Event/Mcast/Simple/Simple.mpc')
-rw-r--r--TAO/orbsvcs/tests/Event/Mcast/Simple/Simple.mpc27
1 files changed, 5 insertions, 22 deletions
diff --git a/TAO/orbsvcs/tests/Event/Mcast/Simple/Simple.mpc b/TAO/orbsvcs/tests/Event/Mcast/Simple/Simple.mpc
index ee053554cb1..a50e8101f2c 100644
--- a/TAO/orbsvcs/tests/Event/Mcast/Simple/Simple.mpc
+++ b/TAO/orbsvcs/tests/Event/Mcast/Simple/Simple.mpc
@@ -4,13 +4,7 @@
project(*supplier): messaging, rteventexe, rtevent_serv, naming {
after += ECMcastTests_lib
libs += ECMcastTests
-
- specific (automake) {
- includes += $(srcdir)/../Common
- } else {
- includes += ../Common
- }
-
+ includes += ../Common
exename = supplier
Source_Files {
@@ -19,15 +13,9 @@ project(*supplier): messaging, rteventexe, rtevent_serv, naming {
}
project(*consumer): messaging, rteventexe, rtevent_serv, naming {
- after += ECMcastTests_lib
+ after += ECMcastTests_Lib
libs += ECMcastTests
-
- specific (automake) {
- includes += $(srcdir)/../Common
- } else {
- includes += ../Common
- }
-
+ includes += ../Common
exename = consumer
Source_Files {
@@ -38,16 +26,11 @@ project(*consumer): messaging, rteventexe, rtevent_serv, naming {
project(*gateway-ec): messaging, rteventexe, rtevent_serv, naming {
after += ECMcastTests_lib
libs += ECMcastTests
-
- specific (automake) {
- includes += $(srcdir)/../Common
- } else {
- includes += ../Common
- }
-
+ includes += ../Common
exename = gateway-ec
Source_Files {
gateway-ec.cpp
}
}
+