hello/run: add dependency to libust
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Mon, 15 Jun 2009 15:24:36 +0000 (11:24 -0400)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Mon, 15 Jun 2009 15:24:36 +0000 (11:24 -0400)
hello/run

index c2655f68acfae7cf785ce8091fe496ec6f41ff5d..da8df17b5288f9dec6b8c3fe9134ae1e03c59175 100755 (executable)
--- 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
This page took 0.024159 seconds and 4 git commands to generate.