Don't build these command-line tools for non-desktop OSes

This commit is contained in:
Tor Lillqvist
2012-04-20 10:15:04 +03:00
parent 503c8fdb17
commit cf0186de2d
3 changed files with 12 additions and 0 deletions

View File

@ -26,6 +26,8 @@
$(eval $(call gb_Module_Module,codemaker))
ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
$(eval $(call gb_Module_add_targets,codemaker,\
Package_inc \
StaticLibrary_codemaker \
@ -35,4 +37,6 @@ $(eval $(call gb_Module_add_targets,codemaker,\
Executable_cppumaker \
))
endif
# vim:set shiftwidth=4 softtabstop=4 expandtab: