From 032944e08891736559434eac04600742fe57dbf0 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 18 Sep 2013 12:00:20 +0300 Subject: Executable_unoidl-read needed only for DESKTOP platforms Change-Id: Id1edf4fcebfe0d839162adb442695e9ce39e3f75 --- unoidl/Module_unoidl.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'unoidl') diff --git a/unoidl/Module_unoidl.mk b/unoidl/Module_unoidl.mk index 308ccf1cd0ca..93f816493774 100644 --- a/unoidl/Module_unoidl.mk +++ b/unoidl/Module_unoidl.mk @@ -10,7 +10,8 @@ $(eval $(call gb_Module_Module,unoidl)) $(eval $(call gb_Module_add_targets,unoidl, \ - Executable_unoidl-read \ + $(if $(filter DESKTOP,$(BUILD_TYPE)), \ + Executable_unoidl-read) \ Library_unoidl \ )) -- cgit