summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-18 09:52:20 +0100
committerMichael Stahl <mstahl@redhat.com>2015-03-04 00:02:15 +0100
commit160e5cb6b888ea71d6b36547b2d633246a033e14 (patch)
treec1d1b3407bdcf1f643b7ebe1c4310ced85f04317 /chart2
parent0fb40be65da7eb3360edc2970facff0117833038 (diff)
Missing dependency
Change-Id: I4b66f7e549fe318f61b5ec8127ca073b2eb19ed3 (cherry picked from commit defbb4752bfa4bc2a35f5ee4c24d0e1654afeb2c) Signed-off-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'chart2')
-rw-r--r--chart2/CppunitTest_chart2_import.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/chart2/CppunitTest_chart2_import.mk b/chart2/CppunitTest_chart2_import.mk
index 742f7f68aea6..50d58f2f10e5 100644
--- a/chart2/CppunitTest_chart2_import.mk
+++ b/chart2/CppunitTest_chart2_import.mk
@@ -132,4 +132,7 @@ $(eval $(call gb_CppunitTest_use_configuration,chart2_import))
$(eval $(call gb_CppunitTest_use_unittest_configuration,chart2_import))
+$(call gb_CppunitTest_get_target,chart2_import): \
+ $(call gb_AllLangResTarget_get_target,sd)
+
# vim: set noet sw=4 ts=4: