diff --git a/postprocess/Module_postprocess.mk b/postprocess/Module_postprocess.mk index c1b0fad212d8fb83dd200e05bf5df1151f0d901b..4671cbc845089ab2080400c0b55d8138b6883a40 100644 --- a/postprocess/Module_postprocess.mk +++ b/postprocess/Module_postprocess.mk @@ -43,18 +43,18 @@ endif ifeq ($(OS),LINUX) ifneq ($(PKGFORMAT),) -# Implementation com.sun.star.xml.security.SEInitializer_Gpg -# does not provide a constructor or factory in case of MPLv2 subset -ifneq ($(MPL_SUBSET),TRUE) $(eval $(call gb_Module_add_check_targets,postprocess,\ CustomTarget_check_dynamic_objects \ )) endif endif -endif +# Implementation com.sun.star.xml.security.SEInitializer_Gpg +# does not provide a constructor or factory in case of MPLv2 subset +ifneq ($(MPL_SUBSET),TRUE) $(eval $(call gb_Module_add_check_targets,postprocess,\ CppunitTest_services \ )) +endif # vim: set noet sw=4 ts=4: