diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-08-06 13:08:04 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-08-07 08:55:24 +0300 |
commit | 30e1b61157fa6009cd302ba0475e19037f67d513 (patch) | |
tree | b8af82dbe0af57ebba73294843ea9b9e92a41c29 /idlc | |
parent | caac7011d259a6a7a22e617b27291e5c4fcbf09f (diff) |
No point with these executables for non-desktop OSes
Change-Id: If2e086cf2783c187f2cdb479608aa91561e0d674
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/Module_idlc.mk | 3 |
1 files changed, 3 insertions, 0 deletions
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: |