[Libreoffice-commits] .: lotuswordpro/Library_lwpft.mk

David Tardon dtardon at kemper.freedesktop.org
Tue Jul 26 01:10:31 PDT 2011


 lotuswordpro/Library_lwpft.mk |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

New commits:
commit ec0ce4a537db1689d5121413ea664a9e82e3c4a3
Author: David Tardon <dtardon at redhat.com>
Date:   Tue Jul 26 10:10:15 2011 +0200

    icu libs are external

diff --git a/lotuswordpro/Library_lwpft.mk b/lotuswordpro/Library_lwpft.mk
index 988d101..bc4e9ca 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,\


More information about the Libreoffice-commits mailing list