diff options
author | William Jon McCann <jmccann@redhat.com> | 2012-08-27 16:37:27 -0400 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2012-09-02 19:34:24 -0400 |
commit | cbca1bfa97264b1bcaf0fab3bd51dd3fe1bc2e51 (patch) | |
tree | 9a961d0d3c9dbad8809918fbc7c45cac52429d7f /data/Makefile.am | |
parent | 95d42ea01f7f9c60210b415554e7bbf6f4e1b334 (diff) | |
download | nautilus-cbca1bfa97264b1bcaf0fab3bd51dd3fe1bc2e51.tar.gz |
Add back a legacy nautilus-connect-server command
In order to ease the transition.
https://bugzilla.gnome.org/show_bug.cgi?id=682637
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 63824aaa8..aa963a499 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -8,7 +8,8 @@ desktopdir = $(datadir)/applications desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) desktop_in_files = \ nautilus.desktop.in \ - nautilus-autorun-software.desktop.in + nautilus-autorun-software.desktop.in \ + nautilus-connect-server.desktop.in autostartdir = $(sysconfdir)/xdg/autostart autostart_in_files = nautilus-autostart.desktop.in |