mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Waf: install stuff
git-svn-id: svn://localhost/ardour2/branches/3.0@4702 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e4528094c3
commit
903c0863d9
20 changed files with 83 additions and 51 deletions
|
|
@ -69,7 +69,7 @@ def build(bld):
|
|||
obj.uselib = 'GTKMM'
|
||||
obj.uselib_local = 'libpbd'
|
||||
obj.vnum = GTKMM2EXT_LIB_VERSION
|
||||
obj.install_path = ''
|
||||
obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3')
|
||||
obj.cxxflags = '-DPACKAGE=\\\"libgtkmm2ext\\\"'
|
||||
obj.cxxflags += ' -DLOCALEDIR=\\\"' + os.path.join(
|
||||
os.path.normpath(bld.env['DATADIRNAME']), 'locale') + '\\\"'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue