hello/run: update library paths
[lttng-ust.git] / hello / run
index c741944f725e51637c42994cba05a5f03d7f1d5f..c2655f68acfae7cf785ce8091fe496ec6f41ff5d 100755 (executable)
--- a/hello/run
+++ b/hello/run
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-LD_LIBRARY_PATH=../libtracectl:../libmarkers:../libtracing gdb ./hello
+UST_AUTOPROBE=1 UST_TRACE=1 LD_LIBRARY_PATH=../libust/.libs $1 .libs/hello
This page took 0.023774 seconds and 4 git commands to generate.