From cf0186de2df4ad2ffeb39088638aefafc5d4a823 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 20 Apr 2012 10:15:04 +0300 Subject: Don't build these command-line tools for non-desktop OSes --- unodevtools/Module_unodevtools.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'unodevtools') diff --git a/unodevtools/Module_unodevtools.mk b/unodevtools/Module_unodevtools.mk index 9819bfd2c38d..09ca03a16cba 100644 --- a/unodevtools/Module_unodevtools.mk +++ b/unodevtools/Module_unodevtools.mk @@ -26,8 +26,12 @@ $(eval $(call gb_Module_Module,unodevtools)) +ifneq (,$(filter DESKTOP,$(BUILD_TYPE))) + $(eval $(call gb_Module_add_targets,unodevtools,\ Executable_skeletonmaker \ )) +endif + # vim:set shiftwidth=4 softtabstop=4 expandtab: -- cgit