diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2021-10-27 13:27:27 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2021-10-27 16:13:07 +0200 |
commit | 7b6bba393066f0fe57928b74f829090a0f2326d3 (patch) | |
tree | ebc8a1e3acebd1ae3b3f0528bb2a7e22e320ddcc /sd/Module_sd.mk | |
parent | d0687e198342a09b944a06c5d9c707f43041bf78 (diff) |
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 <xiscofauli@libreoffice.org>
Diffstat (limited to 'sd/Module_sd.mk')
-rw-r--r-- | sd/Module_sd.mk | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ |