summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-01-27 22:36:31 +0200
committerTor Lillqvist <tml@iki.fi>2012-01-27 22:44:05 +0200
commited639fbb39007684c7d47d379871f2367ec18416 (patch)
tree98a161329cbb1fb288ba725c69d3421add0caa80
parenta925b72db35cd55a20c76e1207c2749c2281cad4 (diff)
No thanks for non-desktop OSes
-rw-r--r--idl/Module_idl.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/idl/Module_idl.mk b/idl/Module_idl.mk
index e96ac00ba9a4..d6a229787aeb 100644
--- a/idl/Module_idl.mk
+++ b/idl/Module_idl.mk
@@ -29,8 +29,12 @@
$(eval $(call gb_Module_Module,idl))
+ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
+
$(eval $(call gb_Module_add_targets,idl,\
Executable_svidl \
))
+endif
+
# vim: set noet sw=4 ts=4: