summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2011-04-09 11:40:19 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2011-04-09 11:40:19 +0000
commita8fda054a1fa8ee6e53afdf9e7d8556bf658aa29 (patch)
treebc6437e0c70606c4fd5fafaf3b2465355001c054
parent31596bf3a2693ae575804e356d0dd7ff382f963b (diff)
downloadATCD-a8fda054a1fa8ee6e53afdf9e7d8556bf658aa29.tar.gz
Sat Apr 9 11:39:26 UTC 2011 William R. Otte <wotte@dre.vanderbilt.edu>
* tests/DAnCE/Launch-Failures/Component/Launch_Failure.mpc: Link fix.
-rw-r--r--CIAO/ChangeLog6
-rw-r--r--CIAO/tests/DAnCE/Launch-Failures/Component/Launch_Failure.mpc4
2 files changed, 10 insertions, 0 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index e7b34dd24d9..da03272a4ba 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,3 +1,9 @@
+Sat Apr 9 11:39:26 UTC 2011 William R. Otte <wotte@dre.vanderbilt.edu>
+
+ * tests/DAnCE/Launch-Failures/Component/Launch_Failure.mpc:
+
+ Link fix.
+
Sat Apr 9 08:16:19 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/IDL_Test/IDL3_Plus/KitchenSink.idl:
diff --git a/CIAO/tests/DAnCE/Launch-Failures/Component/Launch_Failure.mpc b/CIAO/tests/DAnCE/Launch-Failures/Component/Launch_Failure.mpc
index bf1b35171dd..edfcf8fba76 100644
--- a/CIAO/tests/DAnCE/Launch-Failures/Component/Launch_Failure.mpc
+++ b/CIAO/tests/DAnCE/Launch-Failures/Component/Launch_Failure.mpc
@@ -34,6 +34,7 @@ project(Launch_Failure_lem_stub) : ccm_svnt {
libs += Launch_Failure_stub
libout = ../lib
+ libpaths += ../lib
sharedname = Launch_Failure_lem_stub
dynamicflags += LAUNCH_FAILURE_LEM_STUB_BUILD_DLL
@@ -60,6 +61,7 @@ project(Launch_Failure_stub) : ccm_stub {
libs +=
libout = ../lib_stub
+ libpaths += ../lib
sharedname = Launch_Failure_stub
dynamicflags += LAUNCH_FAILURE_STUB_BUILD_DLL
@@ -87,6 +89,7 @@ project(Launch_Failure_exec) : ciao_executor {
libs += Launch_Failure_stub Launch_Failure_lem_stub
libout = ../lib
+ libpaths += ../lib ../lib_sub
dynamicflags += LAUNCH_FAILURE_EXEC_BUILD_DLL
@@ -113,6 +116,7 @@ project(Launch_Failure_svnt) : ciao_servant {
libs += Launch_Failure_stub Launch_Failure_lem_stub
libout = ../lib
+ libpaths += ../lib ../lib_sub
dynamicflags += LAUNCH_FAILURE_SVNT_BUILD_DLL