--- brushlib/tests/SConscript.orig	2012-12-31 19:03:38.000000000 +0200
+++ brushlib/tests/SConscript	2013-03-29 20:06:21.000000000 +0200
@@ -13,8 +13,9 @@
 tests_sources = [fn for fn in os.listdir("./") if is_test(fn) and is_csource(fn)]
 testlib_sources = [fn for fn in os.listdir("./") if not is_test(fn) and is_csource(fn)]
 
-testlib_env.Append(LIBS=['mypaint'])
-testlib_env.Append(CPPPATH=['../'], LIBPATH=['../..'])
+testlib_env.Append(LIBS=['intl', 'mypaint'])
+testlib_env.Append(CPPPATH=['../'])
+testlib_env.Prepend(LIBPATH=['../..'])
 
 if testlib_env['enable_gperftools']:
     testlib_env.ParseConfig('pkg-config --cflags --libs libprofiler')
