summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event/Mcast/Complex/Complex.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Event/Mcast/Complex/Complex.mpc')
-rw-r--r--TAO/orbsvcs/tests/Event/Mcast/Complex/Complex.mpc25
1 files changed, 4 insertions, 21 deletions
diff --git a/TAO/orbsvcs/tests/Event/Mcast/Complex/Complex.mpc b/TAO/orbsvcs/tests/Event/Mcast/Complex/Complex.mpc
index ee053554cb1..92a78dbc85e 100644
--- a/TAO/orbsvcs/tests/Event/Mcast/Complex/Complex.mpc
+++ b/TAO/orbsvcs/tests/Event/Mcast/Complex/Complex.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 {
@@ -21,13 +15,7 @@ project(*supplier): messaging, rteventexe, rtevent_serv, naming {
project(*consumer): messaging, rteventexe, rtevent_serv, naming {
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
}
}
+