diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | intl/Makefile | 3 |
2 files changed, 5 insertions, 2 deletions
@@ -1,12 +1,14 @@ 2000-08-01 Andreas Jaeger <aj@suse.de> + * intl/Makefile (distribute): Add tst-translit.sh and translit.po. + * hesiod/Makefile (distribute): Add nss_hesiod/nss_hesiod.h. * elf/Makefile (distribute): Add filtmod1.c and filtmod2.c. * wctype/Makefile (distribute): Add wchar-lookup.h. - * sysdeps/generic/Dist: Add bp-checks.h. + * sysdeps/generic/Dist: Add bp-checks.h and bp-semctl.h. * iconvdata/Makefile (distribute): Add isiri-3342.h. 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 |