[Libreoffice-commits] .: editeng/CppunitTest_editeng_borderline.mk

David Tardon dtardon at kemper.freedesktop.org
Tue Jul 26 00:16:59 PDT 2011


 editeng/CppunitTest_editeng_borderline.mk |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 65cecf4da883379cae00c73061ca76a16e8381c1
Author: David Tardon <dtardon at redhat.com>
Date:   Tue Jul 26 09:16:47 2011 +0200

    icuuc is external

diff --git a/editeng/CppunitTest_editeng_borderline.mk b/editeng/CppunitTest_editeng_borderline.mk
index 3a3a188..c772103 100755
--- a/editeng/CppunitTest_editeng_borderline.mk
+++ b/editeng/CppunitTest_editeng_borderline.mk
@@ -49,12 +49,15 @@ $(eval $(call gb_CppunitTest_add_linked_libs,editeng_borderline, \
     cppu \
     sal \
     salhelper \
-    icuuc \
     i18nisolang1 \
     i18npaper \
     $(gb_STDLIBS) \
 ))
 
+$(eval $(call gb_CppunitTest_use_externals,editeng_borderline,\
+    icuuc \
+))
+
 $(eval $(call gb_CppunitTest_set_include,editeng_borderline,\
     $$(INCLUDE) \
     -I$(OUTDIR)/inc \


More information about the Libreoffice-commits mailing list