summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-08-20 22:59:40 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-08-21 02:06:01 +0200
commit9e04ae0b7d86895420634e442a09feb366340393 (patch)
treeb31323e3db0dc87a3811cb8b3ce216b974a2d41a /sfx2
parent8bfe47960f60e1dc2e6bcf0f3c3f7e43dfd3fc0b (diff)
add more runtime deps on resource files for unit-tests
Change-Id: Id9bbb2bbcafe335eada3f36ae103a9074a56848f
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/Library_sfx.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/sfx2/Library_sfx.mk b/sfx2/Library_sfx.mk
index 50e55219790d..5bc8903b2196 100644
--- a/sfx2/Library_sfx.mk
+++ b/sfx2/Library_sfx.mk
@@ -301,4 +301,8 @@ $(eval $(call gb_Library_use_libraries,sfx,\
endif
+# Runtime dependency for unit-tests
+$(call gb_LinkTarget_get_target,$(call gb_Library_get_linktargetname,sfx)) :| \
+ $(call gb_AllLangResTarget_get_target,sfx)
+
# vim: set noet sw=4 ts=4: