summaryrefslogtreecommitdiff
path: root/unoidl/Module_unoidl.mk
diff options
context:
space:
mode:
Diffstat (limited to 'unoidl/Module_unoidl.mk')
-rw-r--r--unoidl/Module_unoidl.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/unoidl/Module_unoidl.mk b/unoidl/Module_unoidl.mk
index 308ccf1cd0ca..93f816493774 100644
--- a/unoidl/Module_unoidl.mk
+++ b/unoidl/Module_unoidl.mk
@@ -10,7 +10,8 @@
$(eval $(call gb_Module_Module,unoidl))
$(eval $(call gb_Module_add_targets,unoidl, \
- Executable_unoidl-read \
+ $(if $(filter DESKTOP,$(BUILD_TYPE)), \
+ Executable_unoidl-read) \
Library_unoidl \
))
>David Tardon 2013-03-04fix buildDavid Ostrovsky 2013-03-04it's surely a bad idea to not crash in dbgutil mode but crash in product modeCaolán McNamara 2013-01-26gbuild: do not copy boost headers aroundMichael Stahl 2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl 2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl 2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl 2012-09-22add missing deps on headersDavid Tardon 2012-07-02targetted improvement of UNO API includes / usageMichael Meeks 2012-06-16gbuildify basegfxNorbert Thiebaud 2012-06-16revert gmk4Norbert Thiebaud 2012-05-29basegfx needs o3tl headersDavid Tardon 2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl 2012-04-08gbuild: "use" vs. "add":Michael Stahl 2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan 2012-03-05callcatcher: update listCaolán McNamara 2012-03-01WaE: unused function 'liangBarskyClipT'Tor Lillqvist 2012-01-28remove traces of b2dhompointThomas Arnhold 2012-01-25optimized zoom to use more common intervalsTim Hardeck