install all additional binaries in $libdir

This commit is contained in:
Robin Gareus 2014-11-13 19:57:40 +01:00
parent 9a9a8f78ef
commit cb38034334
6 changed files with 16 additions and 10 deletions

View file

@ -21,7 +21,7 @@ def build(bld):
obj = bld (features = 'c cprogram')
obj.source = 'exec_wrapper.c'
obj.target = 'ardour-exec-wrapper'
obj.install_path = os.path.join(bld.env['LIBDIR'], 'vfork')
obj.install_path = os.path.join(bld.env['LIBDIR'])
obj.defines = [
'_POSIX_SOURCE',
'_XOPEN_SOURCE=500',