finish unfinished work at basing all install paths on the program name

Conflicts:
	libs/backends/jack/wscript
	libs/backends/wavesaudio/wscript
	libs/canvas/wscript
	wscript
This commit is contained in:
Paul Davis 2014-04-28 21:11:08 -04:00
parent 64a40a7bab
commit 937c0764be
34 changed files with 120 additions and 39 deletions

View file

@ -146,7 +146,7 @@ def build(bld):
obj.source += [ 'cocoa_open_uri.mm' ]
obj.uselib += ' OSX'
obj.vnum = LIBPBD_LIB_VERSION
obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3')
obj.install_path = bld.env['LIBDIR']
obj.defines += [ 'PACKAGE="' + I18N_PACKAGE + '"',
]