Move object+range button up with the rest of the tool buttons (bringing edit toolbar...
[ardour.git] / gtk2_ardour / ardev
index ff68e11fbe1713f42e710163e2f644018b3857ca..8f0af37d158567d51f11c70e32dd3bf57ea666e1 100755 (executable)
@@ -1,3 +1,4 @@
 #!/bin/sh
-. `dirname "$0"`/ardev_common.sh
-exec $EXECUTABLE $*
+. `dirname "$0"`/../build/default/gtk2_ardour/ardev_common_waf.sh
+LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
+exec $TOP/$EXECUTABLE "$@"