re-enable i18n as a build target for translations

git-svn-id: svn://localhost/ardour2/branches/3.0@7995 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis
2010-11-10 22:46:38 +00:00
parent b8da7d196c
commit 71df3719d4
4 changed files with 42 additions and 3 deletions

View File

@@ -372,4 +372,4 @@ def shutdown():
autowaf.shutdown()
def i18n(bld):
autowaf.build_i18n (bld, 'libs/ardour', APPNAME, libardour_sources)
autowaf.build_i18n (bld, '..', 'libs/ardour', APPNAME, libardour_sources)