summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/CosEC_RtEC_Based_Mult.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/CosEC_RtEC_Based_Mult.mpc')
-rw-r--r--TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/CosEC_RtEC_Based_Mult.mpc20
1 files changed, 4 insertions, 16 deletions
diff --git a/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/CosEC_RtEC_Based_Mult.mpc b/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/CosEC_RtEC_Based_Mult.mpc
index 8b13ff7e584..3018aa6b8df 100644
--- a/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/CosEC_RtEC_Based_Mult.mpc
+++ b/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/CosEC_RtEC_Based_Mult.mpc
@@ -1,34 +1,22 @@
// -*- MPC -*-
// $Id$
-project(*Cons) : orbsvcsexe, event, event_skel, rtevent, rtsched, rtevent_serv {
+project(*Cons) : orbsvcsexe, event, event_skel, rtevent, rtsched {
after += CosEC_RtEC_Based_lib
+ includes += ../../lib
libs += CosEC_RtEC_Based
libpaths += ../../lib
-
- specific (automake) {
- includes += $(srcdir)/../../lib
- } else {
- includes += ../../lib
- }
-
source_files {
Consumer.cpp
Multiple.cpp
}
}
-project(*Supp) : orbsvcsexe, event, event_skel, rtevent, rtsched, rtevent_serv {
+project(*Supp) : orbsvcsexe, event, event_skel, rtevent, rtsched {
after += CosEC_RtEC_Based_lib
+ includes += ../../lib
libs += CosEC_RtEC_Based
libpaths += ../../lib
-
- specific (automake) {
- includes += $(srcdir)/../../lib
- } else {
- includes += ../../lib
- }
-
source_files {
Supplier.cpp
Multiple.cpp