diff options
author | William R. Otte <wotte@dre.vanderbilt.edu> | 2011-04-09 11:40:19 +0000 |
---|---|---|
committer | William R. Otte <wotte@dre.vanderbilt.edu> | 2011-04-09 11:40:19 +0000 |
commit | bff58d8357d5db28d28f085af960b1e73f548da8 (patch) | |
tree | bc6437e0c70606c4fd5fafaf3b2465355001c054 /CIAO | |
parent | 3432a1b4ef08bf96d289d23518e9b08827b4572b (diff) | |
download | ATCD-bff58d8357d5db28d28f085af960b1e73f548da8.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.
Diffstat (limited to 'CIAO')
-rw-r--r-- | CIAO/ChangeLog | 6 | ||||
-rw-r--r-- | CIAO/tests/DAnCE/Launch-Failures/Component/Launch_Failure.mpc | 4 |
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 |