From 0f0063e31d211157e3252ca850236eb45dcf31d1 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 9 Apr 2012 23:37:06 +0300 Subject: xmlhelp not built for non-desktop OSes --- sw/CppunitTest_sw_filters_test.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sw/CppunitTest_sw_filters_test.mk') diff --git a/sw/CppunitTest_sw_filters_test.mk b/sw/CppunitTest_sw_filters_test.mk index 86e144f5fd23..a858d3ed69d1 100644 --- a/sw/CppunitTest_sw_filters_test.mk +++ b/sw/CppunitTest_sw_filters_test.mk @@ -89,7 +89,8 @@ $(eval $(call gb_CppunitTest_use_components,sw_filters_test,\ ucb/source/core/ucb1 \ ucb/source/ucp/file/ucpfile1 \ unoxml/source/service/unoxml \ - xmlhelp/util/ucpchelp1 \ + $(if $(filter DESKTOP,$(BUILD_TYPE)), \ + xmlhelp/util/ucpchelp1) \ )) $(eval $(call gb_CppunitTest_use_configuration,sw_filters_test)) -- cgit