Move sources to src/ subdirectory

We have a number of source files now, so move them from the top level to
src/

Signed-off-by: Jeremy Kerr <jeremy.kerr@canonical.com>
This commit is contained in:
Jeremy Kerr 2012-08-13 14:54:12 +08:00
parent 5466f381dd
commit c7ee585439
22 changed files with 47 additions and 46 deletions

View file

@ -3,7 +3,7 @@
# set a few global variables that may be used by the test
basedir=$(cd $srcdir && pwd)
datadir=$(pwd)
bindir="$datadir/.."
bindir="$datadir/../src"
sbsign=$bindir/sbsign
sbverify=$bindir/sbverify