mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 14:45:43 +01:00
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:
parent
64a40a7bab
commit
937c0764be
34 changed files with 120 additions and 39 deletions
|
|
@ -73,7 +73,7 @@ def build(bld):
|
|||
libsmf.uselib = 'GLIB'
|
||||
libsmf.cxxflags = [ '-fPIC' ]
|
||||
libsmf.cflags = [ '-fPIC' ]
|
||||
libsmf.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3')
|
||||
libsmf.install_path = os.path.join(bld.env['LIBDIR'])
|
||||
|
||||
lib_source = '''
|
||||
src/Control.cpp
|
||||
|
|
@ -108,7 +108,7 @@ def build(bld):
|
|||
obj.uselib = 'GLIBMM GTHREAD SMF'
|
||||
obj.use = 'libsmf libpbd'
|
||||
obj.vnum = EVORAL_LIB_VERSION
|
||||
obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3')
|
||||
obj.install_path = bld.env['LIBDIR']
|
||||
obj.defines += [ 'PACKAGE="libevoral"', 'EVORAL_MIDI_XML=1' ]
|
||||
|
||||
if bld.env['BUILD_TESTS'] and bld.is_defined('HAVE_CPPUNIT'):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue