sal/CppunitTest_sal_rtl_oustring.mk |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit c184d44449fe120653630ecd450e96e8ceab6fdc
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Mon Mar 31 15:00:52 2014 +0200

    Missing dependency
    
    Change-Id: I4e2444113871376c5ba134c523752e08812e70d9

diff --git a/sal/CppunitTest_sal_rtl_oustring.mk 
b/sal/CppunitTest_sal_rtl_oustring.mk
index 196a3f5..493c644 100644
--- a/sal/CppunitTest_sal_rtl_oustring.mk
+++ b/sal/CppunitTest_sal_rtl_oustring.mk
@@ -23,4 +23,8 @@ $(eval $(call gb_CppunitTest_set_include,sal_rtl_oustring,\
                            $$(INCLUDE) \
                                ))
 
+# The test uses O(U)String capabilities that dlopen this lib:
+$(call gb_CppunitTest_get_target,sal_rtl_oustring) : \
+    $(call gb_Library_get_target,sal_textenc)
+
 # vim: set noet sw=4 ts=4:
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to