diff options
Diffstat (limited to 'intl/Makefile')
-rw-r--r-- | intl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/intl/Makefile b/intl/Makefile index 8284f2c46a..f1ba8c2d95 100644 --- a/intl/Makefile +++ b/intl/Makefile @@ -25,7 +25,8 @@ routines = bindtextdom dcgettext dgettext gettext \ finddomain loadmsgcat localealias textdomain \ l10nflist explodename plural distribute = gettext.h gettextP.h hash-string.h loadinfo.h locale.alias \ - plural.y po2test.sed tst-gettext.sh + plural.y po2test.sed tst-gettext.sh tst-translit.sh \ + translit.po test-srcs := tst-gettext tst-translit |