[Libreoffice-commits] core.git: sal/CppunitTest_sal_rtl_oustring.mk
Stephan Bergmann
sbergman at redhat.com
Mon Mar 31 06:01:20 PDT 2014
sal/CppunitTest_sal_rtl_oustring.mk | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit c184d44449fe120653630ecd450e96e8ceab6fdc
Author: Stephan Bergmann <sbergman at 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:
More information about the Libreoffice-commits
mailing list