enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h

This commit is contained in:
Paul Davis
2016-07-14 14:44:52 -04:00
parent 2b262dbfdd
commit cf52d6e4b4
478 changed files with 470 additions and 590 deletions

View File

@@ -32,7 +32,7 @@ def build(bld):
obj.includes = ['.', './control_protocol']
obj.name = 'libardour_cp'
obj.target = 'ardourcp'
obj.use = 'libardour'
obj.use = 'libardour libpbd'
obj.uselib = 'GLIBMM SIGCPP XML'
obj.install_path = bld.env['LIBDIR']