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.mpc16
1 files changed, 14 insertions, 2 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 ff5f2325f00..8b13ff7e584 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
@@ -3,9 +3,15 @@
project(*Cons) : orbsvcsexe, event, event_skel, rtevent, rtsched, rtevent_serv {
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
@@ -14,9 +20,15 @@ project(*Cons) : orbsvcsexe, event, event_skel, rtevent, rtsched, rtevent_serv {
project(*Supp) : orbsvcsexe, event, event_skel, rtevent, rtsched, rtevent_serv {
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