mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
Remove references to connection manager from the build.
git-svn-id: svn://localhost/ardour2/branches/3.0@4502 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
ee42a6dd97
commit
b6b366b631
1 changed files with 1 additions and 6 deletions
|
|
@ -87,10 +87,6 @@ if gtkardour['RUBBERBAND']:
|
||||||
else:
|
else:
|
||||||
gtkardour.Merge ([ libraries['soundtouch'] ])
|
gtkardour.Merge ([ libraries['soundtouch'] ])
|
||||||
|
|
||||||
skipped_files=Split("""
|
|
||||||
connection_editor.cc
|
|
||||||
""")
|
|
||||||
|
|
||||||
audiounit_files=Split("""
|
audiounit_files=Split("""
|
||||||
au_pluginui.mm
|
au_pluginui.mm
|
||||||
""")
|
""")
|
||||||
|
|
@ -507,7 +503,7 @@ else:
|
||||||
env.Alias('install', env.InstallAs(os.path.join(install_prefix, 'bin')+'/ardour3', ardoursh))
|
env.Alias('install', env.InstallAs(os.path.join(install_prefix, 'bin')+'/ardour3', ardoursh))
|
||||||
|
|
||||||
if env['NLS']:
|
if env['NLS']:
|
||||||
i18n (gtkardour, gtkardour_files+skipped_files, env)
|
i18n (gtkardour, gtkardour_files, env)
|
||||||
|
|
||||||
# configuration files
|
# configuration files
|
||||||
env.Alias('install', env.Install(os.path.join(config_prefix, 'ardour3'), ardour_dark_theme))
|
env.Alias('install', env.Install(os.path.join(config_prefix, 'ardour3'), ardour_dark_theme))
|
||||||
|
|
@ -598,7 +594,6 @@ env.Alias ('tarball', env.Distribute (env['DISTTREE'],
|
||||||
vst_files +
|
vst_files +
|
||||||
pixmap_files +
|
pixmap_files +
|
||||||
icon_files +
|
icon_files +
|
||||||
skipped_files +
|
|
||||||
audiounit_files +
|
audiounit_files +
|
||||||
lv2_files +
|
lv2_files +
|
||||||
gtkosx_files +
|
gtkosx_files +
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue