[Libreoffice-commits] core.git: unoidl/Module_unoidl.mk
Tor Lillqvist
tml at collabora.com
Wed Sep 18 02:01:05 PDT 2013
unoidl/Module_unoidl.mk | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 032944e08891736559434eac04600742fe57dbf0
Author: Tor Lillqvist <tml at collabora.com>
Date: Wed Sep 18 12:00:20 2013 +0300
Executable_unoidl-read needed only for DESKTOP platforms
Change-Id: Id1edf4fcebfe0d839162adb442695e9ce39e3f75
diff --git a/unoidl/Module_unoidl.mk b/unoidl/Module_unoidl.mk
index 308ccf1..93f8164 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 \
))
More information about the Libreoffice-commits
mailing list