From 765c6d9916b1959ff92811e80bf0fc4870e7ab29 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 13 Feb 2012 22:15:02 +0100 Subject: Make simplified configuration API available down in comphelper --- officecfg/Module_officecfg.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'officecfg/Module_officecfg.mk') diff --git a/officecfg/Module_officecfg.mk b/officecfg/Module_officecfg.mk index 7621ecd60ba1..382992e14128 100644 --- a/officecfg/Module_officecfg.mk +++ b/officecfg/Module_officecfg.mk @@ -26,7 +26,8 @@ $(eval $(call gb_Module_add_targets,officecfg,\ Configuration_officecfg \ )) -$(eval $(call gb_Module_add_check_targets,officecfg,\ +# The cppheader test depends on comphelper so can only be a subsequentcheck: +$(eval $(call gb_Module_add_subsequentcheck_targets,officecfg,\ CppunitTest_officecfg_cppheader_test \ )) -- cgit