various fixes to MidiRegionView selection handling, key handling, drawing of ghost...
[ardour2.git] / gtk2_ardour / arprof-scons
blob47c11cdb992a11ebd951521512599347b5deb533
1 #!/bin/sh
3 if [ gprofhelper.c -nt gprofhelper.so ] ; then
4 echo "Recompiling gprof helper ..."
5 gcc -shared -nostdlib -fPIC gprofhelper.c -o gprofhelper.so -lpthread -ldl || exit 1
6 fi
8 . ardev_common.sh
9 LDPRELOAD=./gprofhelper.so $EXECUTABLE "$@"