diff options
author | David Tardon <dtardon@redhat.com> | 2012-09-30 18:51:11 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-10-01 07:21:09 +0200 |
commit | 93a3e81816e3479c0d107ba44d473134b51a7712 (patch) | |
tree | 5bae6cb4692584c09809039fae0539083e3f0202 /lingucomponent | |
parent | 898c34603555b64b330ef5a45b7e60eb82e25b66 (diff) |
add missing deps on headers to static libs
Change-Id: I7a28dfa13bf0f98a654eca98eb1cdfd99177f37a
Diffstat (limited to 'lingucomponent')
-rw-r--r-- | lingucomponent/StaticLibrary_ulingu.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lingucomponent/StaticLibrary_ulingu.mk b/lingucomponent/StaticLibrary_ulingu.mk index 3bc66a25a5c3..9767efa4e67a 100644 --- a/lingucomponent/StaticLibrary_ulingu.mk +++ b/lingucomponent/StaticLibrary_ulingu.mk @@ -27,6 +27,16 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,ulingu)) +$(eval $(call gb_StaticLibrary_use_packages,ulingu,\ + comphelper_inc \ + cppu_inc \ + cppuhelper_inc \ + i18npool_inc \ + linguistic_inc \ + tools_inc \ + unotools_inc \ +)) + $(eval $(call gb_StaticLibrary_use_api,ulingu,\ udkapi \ offapi \ |