From 82ada7c0e852820ed509785656aa86b9f003afb9 Mon Sep 17 00:00:00 2001 From: Pierre-Marc Fournier Date: Mon, 15 Jun 2009 11:24:36 -0400 Subject: [PATCH] hello/run: add dependency to libust --- hello/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello/run b/hello/run index c2655f68..da8df17b 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 -- 2.34.1