summaryrefslogtreecommitdiffstats
path: root/i18npool/Module_i18npool.mk
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool/Module_i18npool.mk')
-rw-r--r--i18npool/Module_i18npool.mk14
1 files changed, 7 insertions, 7 deletions
diff --git a/i18npool/Module_i18npool.mk b/i18npool/Module_i18npool.mk
index 271c751081da..6c06164761c9 100644
--- a/i18npool/Module_i18npool.mk
+++ b/i18npool/Module_i18npool.mk
@@ -15,18 +15,15 @@ $(eval $(call gb_Module_add_targets,i18npool,\
CustomTarget_indexentry \
CustomTarget_localedata \
CustomTarget_textconversion \
- Library_collator_data \
$(if $(filter-out iOS ANDROID,$(OS)), \
Library_dict_ja \
Library_dict_zh) \
Library_i18npool \
Library_i18nsearch \
- Library_index_data \
Library_localedata_en \
Library_localedata_es \
Library_localedata_euro \
Library_localedata_others \
- Library_textconv_dict \
))
$(eval $(call gb_Module_add_targets_for_build,i18npool,\
@@ -39,11 +36,14 @@ $(eval $(call gb_Module_add_targets_for_build,i18npool,\
))
$(eval $(call gb_Module_add_check_targets,i18npool,\
- CppunitTest_i18npool_test_breakiterator \
- CppunitTest_i18npool_test_characterclassification \
- CppunitTest_i18npool_test_ordinalsuffix \
- CppunitTest_i18npool_test_textsearch \
+ CppunitTest_i18npool_breakiterator \
+ CppunitTest_i18npool_characterclassification \
+ CppunitTest_i18npool_ordinalsuffix \
+ CppunitTest_i18npool_textsearch \
+ CppunitTest_i18npool_calendar \
CppunitTest_i18npool_defaultnumberingprovider \
+ CppunitTest_i18npool_indexentry \
+ CppunitTest_i18npool_transliteration \
))
# vim: set noet sw=4 ts=4: