summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-31 15:00:52 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-03-31 15:00:52 +0200
commitc184d44449fe120653630ecd450e96e8ceab6fdc (patch)
treeb828fcf13915bff05f3f1fa03262f2638ed3a17d /sal
parent1cc318bfe68d89015d8aa0d98e5e94fe72ec892a (diff)
Missing dependency
Change-Id: I4e2444113871376c5ba134c523752e08812e70d9
Diffstat (limited to 'sal')
-rw-r--r--sal/CppunitTest_sal_rtl_oustring.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/sal/CppunitTest_sal_rtl_oustring.mk b/sal/CppunitTest_sal_rtl_oustring.mk
index 196a3f56483d..493c644eea7d 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: