Thumbnail file hits. Based on a patch from D Bera
[beagle.git] / beagled / testclient.in
blobab92e2fe3f0d1cd4cdccaf394ffdcaeb8ceefc77
1 #!/bin/sh
3 if [ -e ./@target@ ] && [ -e ./Makefile.am ] ; then
4 echo "*** Running uninstalled @target@ ***"
5 THIS_PATH="../Util:../indexer:../BeagleClient"
6 THIS_EXE="./@target@"
7 else
8 THIS_PATH="@pkglibdir@"
9 THIS_EXE="@pkglibdir@/@target@"
12 MONO_PATH="$THIS_PATH:$MONO_PATH" mono --debug $THIS_EXE "$@"