diff options
Diffstat (limited to 'i18npool/Library_i18npool.mk')
-rw-r--r-- | i18npool/Library_i18npool.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i18npool/Library_i18npool.mk b/i18npool/Library_i18npool.mk index 09293b0856f0..97a79be3910b 100644 --- a/i18npool/Library_i18npool.mk +++ b/i18npool/Library_i18npool.mk @@ -10,9 +10,9 @@ $(eval $(call gb_Library_Library,i18npool)) ifeq ($(WITH_LOCALES),en) -$(eval $(call gb_Library_set_componentfile,i18npool,i18npool/util/i18npool.en)) +$(eval $(call gb_Library_set_componentfile,i18npool,i18npool/util/i18npool.en,services)) else -$(eval $(call gb_Library_set_componentfile,i18npool,i18npool/util/i18npool)) +$(eval $(call gb_Library_set_componentfile,i18npool,i18npool/util/i18npool,services)) endif $(eval $(call gb_Library_set_include,i18npool,\ |