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.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/Module_shell.mk b/shell/Module_shell.mk
index 98f6c87690a7..4a291ded9486 100644
--- a/shell/Module_shell.mk
+++ b/shell/Module_shell.mk
@@ -115,6 +115,7 @@ ifneq ($(filter-out MACOSX WNT,$(OS)),)
$(eval $(call gb_Module_add_targets,shell,\
Executable_gnome_open_url \
+ Executable_uri_encode \
Library_recentfile \
Package_scripts \
Package_scripts_gnome \
@@ -126,7 +127,6 @@ endif
ifneq ($(OS),WNT)
$(eval $(call gb_Module_add_targets,shell,\
- Executable_uri_encode \
Library_cmdmail \
Package_senddoc \
))