From 30e1b61157fa6009cd302ba0475e19037f67d513 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 6 Aug 2012 13:08:04 +0300 Subject: No point with these executables for non-desktop OSes Change-Id: If2e086cf2783c187f2cdb479608aa91561e0d674 --- idlc/Module_idlc.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'idlc/Module_idlc.mk') diff --git a/idlc/Module_idlc.mk b/idlc/Module_idlc.mk index 2fd35d2648b7..bd82e2b641da 100644 --- a/idlc/Module_idlc.mk +++ b/idlc/Module_idlc.mk @@ -8,6 +8,9 @@ # $(eval $(call gb_Module_Module,idlc)) + +ifneq (,$(filter DESKTOP,$(BUILD_TYPE))) $(eval $(call gb_Module_add_targets,idlc,Executable_idlc)) +endif # vim:set shiftwidth=4 softtabstop=4 expandtab: -- cgit v1.2.3