summaryrefslogtreecommitdiff
path: root/writerperfect/CppunitTest_writerperfect_impress.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-01-19 10:36:26 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-01-19 10:36:26 +0100
commitf29a7b98635547691be84ec1054a7a00b0907993 (patch)
treeaf8d8640c16ab6e891270722ee9dac0918dc3cee /writerperfect/CppunitTest_writerperfect_impress.mk
parent5fe99ea3ee7b33a80f1419f2a4c9c1ea56dd00ee (diff)
Missing dependency
Change-Id: I287bd92314780cc644ae559d988b93c408531340
Diffstat (limited to 'writerperfect/CppunitTest_writerperfect_impress.mk')
-rw-r--r--writerperfect/CppunitTest_writerperfect_impress.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/writerperfect/CppunitTest_writerperfect_impress.mk b/writerperfect/CppunitTest_writerperfect_impress.mk
index 1c3bb7a14250..1a84d174158b 100644
--- a/writerperfect/CppunitTest_writerperfect_impress.mk
+++ b/writerperfect/CppunitTest_writerperfect_impress.mk
@@ -45,4 +45,7 @@ $(eval $(call gb_CppunitTest_add_exception_objects,writerperfect_impress,\
writerperfect/qa/unit/WpftImpressFilterTest \
))
+$(call gb_CppunitTest_get_target,writerperfect_impress): \
+ $(call gb_AllLangResTarget_get_target,sd)
+
# vim: set noet sw=4 ts=4: