diff options
author | Noel Grandin <noel@peralex.com> | 2012-11-02 15:13:28 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-11-05 18:05:00 +0100 |
commit | 0666e43c45876199ddc71e378554878cca6f0539 (patch) | |
tree | 39fd44bd26cceaa71a86a06c480d80c8351b5e0f /sot/CppunitTest_sot_test_sot.mk | |
parent | ebc61e11cdb02f5cc33aeabead3d191eaf0d23d3 (diff) |
fdo#46808, use service constructor for i18n::CharacterClassification
Change-Id: I0499ad7de27b1539e97f01ab8aa0ef2d6713ae76
Diffstat (limited to 'sot/CppunitTest_sot_test_sot.mk')
-rw-r--r-- | sot/CppunitTest_sot_test_sot.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sot/CppunitTest_sot_test_sot.mk b/sot/CppunitTest_sot_test_sot.mk index 62b1b28980f0..ad7cd55877a2 100644 --- a/sot/CppunitTest_sot_test_sot.mk +++ b/sot/CppunitTest_sot_test_sot.mk @@ -54,4 +54,8 @@ $(eval $(call gb_CppunitTest_use_api,sot_test_sot,\ $(eval $(call gb_CppunitTest_use_ure,sot_test_sot)) +$(eval $(call gb_CppunitTest_use_components,sot_test_sot,\ + i18npool/util/i18npool \ +)) + # vim: set noet sw=4 ts=4: |