diff options
author | Peter Foley <pefoley2@verizon.net> | 2012-09-21 19:16:52 -0400 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-10-07 10:42:23 +0200 |
commit | 1685f36f3517d6e177dfd11a6e766d8fecedb83a (patch) | |
tree | b43240bcbd824abd19b3cd8ddbea386b16427021 /i18npool | |
parent | 8ae194caf7d4f2c9c065dbee3aa43d1dc07d9dfe (diff) |
add needed libraries to textconv_dict
Change-Id: Ic0f55385c34bb253a1f452335ebcd3bba92ca9fa
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/Library_textconv_dict.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/i18npool/Library_textconv_dict.mk b/i18npool/Library_textconv_dict.mk index 23afa2113a7c..9afc2ac70cc2 100644 --- a/i18npool/Library_textconv_dict.mk +++ b/i18npool/Library_textconv_dict.mk @@ -37,6 +37,9 @@ $(eval $(call gb_Library_use_sdk_api,textconv_dict)) $(eval $(call gb_Library_use_libraries,textconv_dict,\ $(gb_UWINAPI) \ + sal \ + cppu \ + cppuhelper \ )) $(eval $(call gb_Library_add_generated_exception_objects,textconv_dict,\ |