summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-10-30 22:43:27 +0100
committerMichael Stahl <mstahl@redhat.com>2014-10-31 17:53:52 +0100
commit58735f060804248089c0919c67485ae78c462c36 (patch)
tree9b73e195fabb5e3879516fcac5a63ad0e66f2ac9 /shell
parent6c778e0a9b80734becb52fe3d0799754393c4bc4 (diff)
scp2: move unix/gnome executables to AutoInstall
Change-Id: I0e0c3b5e3f130093f430f47c1730580105718c1e
Diffstat (limited to 'shell')
-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 \
))