[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - chart2/CppunitTest_chart2_import.mk
Stephan Bergmann
sbergman at redhat.com
Tue Mar 3 15:08:08 PST 2015
chart2/CppunitTest_chart2_import.mk | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 160e5cb6b888ea71d6b36547b2d633246a033e14
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Feb 18 09:52:20 2015 +0100
Missing dependency
Change-Id: I4b66f7e549fe318f61b5ec8127ca073b2eb19ed3
(cherry picked from commit defbb4752bfa4bc2a35f5ee4c24d0e1654afeb2c)
Signed-off-by: Michael Stahl <mstahl at redhat.com>
diff --git a/chart2/CppunitTest_chart2_import.mk b/chart2/CppunitTest_chart2_import.mk
index 742f7f68..50d58f2 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:
More information about the Libreoffice-commits
mailing list