diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-31 15:00:52 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-31 15:00:52 +0200 |
commit | c184d44449fe120653630ecd450e96e8ceab6fdc (patch) | |
tree | b828fcf13915bff05f3f1fa03262f2638ed3a17d /sal | |
parent | 1cc318bfe68d89015d8aa0d98e5e94fe72ec892a (diff) |
Missing dependency
Change-Id: I4e2444113871376c5ba134c523752e08812e70d9
Diffstat (limited to 'sal')
-rw-r--r-- | sal/CppunitTest_sal_rtl_oustring.mk | 4 |
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: |