rename libinterfork -> libustfork
[ust.git] / usttrace
index b28a8d018609e4a80bec867afac0e34c6d81a7f7..0d2a68ae6ad4c663f534154aeb6a8da8159001e8 100755 (executable)
--- a/usttrace
+++ b/usttrace
@@ -27,7 +27,7 @@ USTTRACE_DIR="$(dirname $0)"
 if [ -x "${USTTRACE_DIR}/ustd/ustd" ] ; then
     # Use the not installed libraries instead
     USTD="${USTTRACE_DIR}/ustd/ustd"
-    LIBINTERFORK_PATH="${USTTRACE_DIR}/libinterfork/.libs/libinterfork.so"
+    LIBINTERFORK_PATH="${USTTRACE_DIR}/libustfork/.libs/libustfork.so"
     LIBMALLOCWRAP_PATH="${USTTRACE_DIR}/libmallocwrap/.libs/libmallocwrap.so"
     LIBUST_PATH="${USTTRACE_DIR}/libust/.libs/libust.so"
 else
@@ -37,7 +37,7 @@ else
         error "cannot find an executable ustd; make sure its location is in the PATH"
         exit 1
     fi
-    LIBINTERFORK_PATH="libinterfork.so"
+    LIBINTERFORK_PATH="libustfork.so"
     LIBMALLOCWRAP_PATH="libmallocwrap.so"
     LIBUST_PATH="libust.so.0"
 fi
This page took 0.022597 seconds and 4 git commands to generate.