summaryrefslogtreecommitdiff
path: root/shell/Module_shell.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-11-06 14:11:35 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-11-06 14:13:02 +0100
commitf3f63f555df87449b2d2a33718589b3afb3d9ddf (patch)
tree36a3d34002b7cb1843da62c891adf9a76c9b4186 /shell/Module_shell.mk
parent3b79694781e825a215842e57287e6054db591c57 (diff)
fdo#82038: senddoc, uri-encode got lost on Mac
Change-Id: I2f104c64601b22ce3ef078295c7da3cb21a133f9
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 4a291ded9486..98f6c87690a7 100644
--- a/shell/Module_shell.mk
+++ b/shell/Module_shell.mk
@@ -115,7 +115,6 @@ 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 \
@@ -127,6 +126,7 @@ endif
ifneq ($(OS),WNT)
$(eval $(call gb_Module_add_targets,shell,\
+ Executable_uri_encode \
Library_cmdmail \
Package_senddoc \
))