Remove some old run/ scripts. Make server test build again.
[dcpomatic.git] / run / alignomatic
diff --git a/run/alignomatic b/run/alignomatic
deleted file mode 100755 (executable)
index 9cc8c22..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-export LD_LIBRARY_PATH=build/src/lib:build/src/gtk:$LD_LIBRARY_PATH
-if [ "$1" == "--debug" ]; then
-    gdb --args build/src/tools/alignomatic $2
-elif [ "$1" == "--valgrind" ]; then
-    valgrind --tool="memcheck" build/src/tools/alignomatic $2
-else
-    build/src/tools/alignomatic "$1"
-fi