correct install location for .mo files (i18n) and cleanup LOCALEDIR use a bit

This commit is contained in:
Paul Davis 2014-12-09 08:19:11 -05:00
parent 1648b94905
commit 246a4f3018
5 changed files with 14 additions and 20 deletions

View file

@ -173,6 +173,6 @@ def build(bld):
testobj.defines = [ 'PACKAGE="' + I18N_PACKAGE + '"' ]
if sys.platform != 'darwin' and bld.env['build_target'] != 'mingw':
testobj.linkflags = ['-lrt']
def shutdown():
autowaf.shutdown()