From 7b6bba393066f0fe57928b74f829090a0f2326d3 Mon Sep 17 00:00:00 2001 From: Xisco Fauli Date: Wed, 27 Oct 2021 13:27:27 +0200 Subject: sd_import: use a template for makefiles Change-Id: I52dcd19b6e5806cc1c0abe6ef3c78e1dce82dd68 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124271 Tested-by: Jenkins Reviewed-by: Xisco Fauli --- sd/Module_sd.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sd/Module_sd.mk') diff --git a/sd/Module_sd.mk b/sd/Module_sd.mk index 3fa1debe3958..6099561ce312 100644 --- a/sd/Module_sd.mk +++ b/sd/Module_sd.mk @@ -8,6 +8,7 @@ # include $(SRCDIR)/sd/export_setup.mk +include $(SRCDIR)/sd/import_setup.mk $(eval $(call gb_Module_Module,sd)) @@ -32,7 +33,7 @@ $(eval $(call gb_Module_add_slowcheck_targets,sd,\ $(if $(and $(filter $(COM),MSC),$(MERGELIBS)),, \ CppunitTest_sd_uimpress) \ CppunitTest_sd_import_tests \ - CppunitTest_sd_import_tests_smartart \ + CppunitTest_sd_import_tests-smartart \ CppunitTest_sd_export_tests-ooxml1 \ CppunitTest_sd_export_tests-ooxml2 \ CppunitTest_sd_export_tests-ooxml3 \ -- cgit