diff options
Diffstat (limited to 'localedata/Makefile')
-rw-r--r-- | localedata/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/localedata/Makefile b/localedata/Makefile index 428ae27381..2dad3ecb73 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -69,7 +69,9 @@ distribute := CHECKSUMS README SUPPORTED ChangeLog \ tst-rpmatch.sh tst-locale.sh tst-fmon.sh sort-test.sh \ tst-fmon.data $(test-input-data) $(ld-test-srcs) \ th_TH.in cs_CZ.in tst-mbswcs.sh tst-trans.sh tst-ctype.sh \ - tst-ctype-de_DE.in + tst-ctype-de_DE.in $(wildcard tests-mbwc/*.[ch]) \ + $(addprefix tst-fmon-locales/tstfmon_,$(fmon-tests)) \ + gen-locale.sh show-ucs-data.c # Get $(inst_i18ndir) defined. include ../Makeconfig |