From: Pierre-Marc Fournier Date: Mon, 15 Jun 2009 15:24:36 +0000 (-0400) Subject: hello/run: add dependency to libust X-Git-Tag: v0.1~201 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=82ada7c0e852820ed509785656aa86b9f003afb9;p=ust.git hello/run: add dependency to libust --- diff --git a/hello/run b/hello/run index c2655f6..da8df17 100755 --- a/hello/run +++ b/hello/run @@ -1,3 +1,3 @@ #!/bin/sh -UST_AUTOPROBE=1 UST_TRACE=1 LD_LIBRARY_PATH=../libust/.libs $1 .libs/hello +UST_AUTOPROBE=1 UST_TRACE=1 LD_LIBRARY_PATH=../libust/.libs:../../liburcu $1 .libs/hello