Source-tree consistency (headless tools at top-level)

This move ardour-lua session tool to top-level, next to
headless/hardev.
This commit is contained in:
Robin Gareus
2020-03-26 19:00:11 +01:00
parent e7cdc91770
commit e219a6cd1e
9 changed files with 13 additions and 15 deletions

View File

@@ -472,9 +472,9 @@ for file in $BUILD_ROOT/session_utils/${lower_case_appname}${major_version}-*; d
HAVE_SESSION_UTILS=true
done
if test -x $BUILD_ROOT/tools/luadevel/luasession; then
if test -x $BUILD_ROOT/luasession/luasession; then
BN=${lower_case_appname}${major_version}-lua
cp -v $BUILD_ROOT/tools/luadevel/luasession $APPLIB/$BN
cp -v $BUILD_ROOT/luasession/luasession $APPLIB/$BN
if test x$STRIP = xall ; then
strip -s $APPLIB/${BN}
fi