Don't allow aux sends from MIDI tracks for the time
[ardour.git] / gtk2_ardour / ardev
index 017a7e337dedd9ed5dd8df3d74747ad6c50915f6..aee9a481023d257cf0baca0582fd7d8259fb3139 100755 (executable)
@@ -1,4 +1,4 @@
 #!/bin/sh
-
-source ardev_common.sh
-exec ./ardour.bin --novst $*
+. `dirname "$0"`/../build/gtk2_ardour/ardev_common_waf.sh
+LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
+exec $TOP/$EXECUTABLE "$@"