mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 11:06:32 +01:00
action and glade path stuff
git-svn-id: svn://localhost/trunk/ardour2@121 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
cd10162199
commit
655be077fa
3 changed files with 35 additions and 29 deletions
|
|
@ -206,7 +206,7 @@ executable = 'ardour.bin'
|
|||
|
||||
ardour = gtkardour.Program(target = executable, source = gtkardour_files + extra_sources)
|
||||
mtest = gtkardour.Program(target = 'mtest', source = mtest_files)
|
||||
itest = gtkardour.Program(target = 'itest', source = itest_files)
|
||||
#itest = gtkardour.Program(target = 'itest', source = itest_files)
|
||||
|
||||
Default(ardour)
|
||||
|
||||
|
|
@ -222,6 +222,7 @@ if env['NLS']:
|
|||
|
||||
env.Alias('install', env.InstallAs(os.path.join(install_prefix, 'bin')+'/ardour', ardour))
|
||||
env.Alias('install', env.Install(os.path.join(config_prefix, 'ardour'), 'ardour_ui.rc'))
|
||||
env.Alias('install', env.Install(os.path.join(config_prefix, 'ardour'), 'ardour-menus.xml'))
|
||||
env.Alias('install', env.Install(os.path.join(install_prefix, 'share/ardour'), 'splash.ppm'))
|
||||
env.Alias('install', env.Install(os.path.join(install_prefix, 'share/ardour/glade'), glade_files))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue