remove/delete current mixer strip when session is deleted
[ardour.git] / gtk2_ardour / ardev
index 6594e4c11fb18fc092da960ea8ab21594e662375..7980c43d93c959f2c262edb0fda44c36ca8f9dba 100755 (executable)
@@ -1,13 +1,4 @@
 #!/bin/sh
-
-
-if [ -x ./ardour.bin ] ; then 
-    # scons executable
-    export LD_LIBRARY_PATH=../libs/ardour
-    exec ./ardour.bin --novst $*
-else 
-    # autofoo/make executable
-    export LD_LIBRARY_PATH=../libs/ardour
-    exec ./ardour --novst $*
-fi
-
+. `dirname "$0"`/ardev_common.sh
+LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
+exec $EXECUTABLE "$@"