diff options
author | David Tardon <dtardon@redhat.com> | 2011-07-26 10:10:15 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-07-26 10:10:15 +0200 |
commit | caf81916e0ed30a7719655659c3fd0fa5a0b640a (patch) | |
tree | aa0b73c079a222253b48146d3a425338f3bb8275 /lotuswordpro | |
parent | 8e17a413dcb7316597aa5e3842c002fb5b811621 (diff) |
icu libs are external
Diffstat (limited to 'lotuswordpro')
-rw-r--r-- | lotuswordpro/Library_lwpft.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lotuswordpro/Library_lwpft.mk b/lotuswordpro/Library_lwpft.mk index 988d101f8d89..bc4e9ca4110b 100644 --- a/lotuswordpro/Library_lwpft.mk +++ b/lotuswordpro/Library_lwpft.mk @@ -41,8 +41,6 @@ $(eval $(call gb_Library_add_linked_libs,lwpft,\ comphelper \ cppu \ cppuhelper \ - icui18n \ - icuuc \ sal \ sfx \ sot \ @@ -55,6 +53,11 @@ $(eval $(call gb_Library_add_linked_libs,lwpft,\ $(gb_STDLIBS) \ )) +$(eval $(call gb_Library_use_externals,lwpft,\ + icui18n \ + icuuc \ +)) + $(eval $(call gb_Library_set_componentfile,lwpft,lotuswordpro/util/lwpfilter)) $(eval $(call gb_Library_add_exception_objects,lwpft,\ |