diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-03-07 10:17:19 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-03-07 10:17:19 +0200 |
commit | ff3f66d4beded37af3118ea8a4602aa77f7698b0 (patch) | |
tree | a81c156ac9488c80bdcd41c1838c2d6a4850b9f1 /shell/Module_shell.mk | |
parent | ee39446353a7fd6ba28b6fcf915bc6c020f3bda6 (diff) |
Simplify
Change-Id: Id6dc46c8b24441481d950ef0423da800a0f2ed9d
Diffstat (limited to 'shell/Module_shell.mk')
-rw-r--r-- | shell/Module_shell.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/shell/Module_shell.mk b/shell/Module_shell.mk index 78b481cfe358..5ef39e3a16bd 100644 --- a/shell/Module_shell.mk +++ b/shell/Module_shell.mk @@ -110,16 +110,13 @@ $(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 \ Package_senddoc \ )) -$(eval $(call gb_Module_add_targets,shell,\ - Library_recentfile \ -)) - endif endif |