From caf81916e0ed30a7719655659c3fd0fa5a0b640a Mon Sep 17 00:00:00 2001 From: David Tardon Date: Tue, 26 Jul 2011 10:10:15 +0200 Subject: icu libs are external --- lotuswordpro/Library_lwpft.mk | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'lotuswordpro') 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,\ -- cgit