summaryrefslogtreecommitdiff
path: root/shell/Module_shell.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-03-07 14:44:13 +0200
committerTor Lillqvist <tml@collabora.com>2014-03-07 14:44:13 +0200
commitaf5d2d20ae88e7863dbce39d523246fe941e85a8 (patch)
tree9073f125fde03e9e56993811e6fc5b66b9e515de /shell/Module_shell.mk
parent7bec0c3aaafa21f30d3e563f402540ca04ec9621 (diff)
Fixup build breakage
Change-Id: I287a55a2d174e4714486d5e893499151db2380cc
Diffstat (limited to 'shell/Module_shell.mk')
-rw-r--r--shell/Module_shell.mk11
1 files changed, 9 insertions, 2 deletions
diff --git a/shell/Module_shell.mk b/shell/Module_shell.mk
index 40d754744d03..1e937434476b 100644
--- a/shell/Module_shell.mk
+++ b/shell/Module_shell.mk
@@ -101,8 +101,17 @@ ifeq ($(filter DESKTOP,$(BUILD_TYPE)),DESKTOP)
$(eval $(call gb_Module_add_targets,shell,\
Executable_lngconvex \
+ Library_syssh \
+))
+
+ifneq ($(OS),WNT)
+
+$(eval $(call gb_Module_add_targets,shell,\
+ StaticLibrary_xmlparser \
))
+endif
+
ifneq ($(filter-out MACOSX WNT,$(OS)),)
$(eval $(call gb_Module_add_targets,shell,\
@@ -110,12 +119,10 @@ $(eval $(call gb_Module_add_targets,shell,\
Executable_uri_encode \
Library_cmdmail \
Library_recentfile \
- Library_syssh \
Package_scripts \
Package_scripts_gnome \
Package_scripts_kde \
Package_senddoc \
- StaticLibrary_xmlparser \
))
endif