summaryrefslogtreecommitdiff
path: root/shell/Module_shell.mk
diff options
context:
space:
mode:
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 15ab84761029..3c51964e9fad 100644
--- a/shell/Module_shell.mk
+++ b/shell/Module_shell.mk
@@ -115,12 +115,19 @@ ifneq ($(filter-out MACOSX WNT,$(OS)),)
$(eval $(call gb_Module_add_targets,shell,\
Executable_gnome_open_url \
- Executable_uri_encode \
- Library_cmdmail \
Library_recentfile \
Package_scripts \
Package_scripts_gnome \
Package_scripts_kde \
+))
+
+endif
+
+ifneq ($(OS),WNT)
+
+$(eval $(call gb_Module_add_targets,shell,\
+ Executable_uri_encode \
+ Library_cmdmail \
Package_senddoc \
))