diff options
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index cddd3a39b..b30b08d36 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -21,7 +21,7 @@ update-icon-cache: echo "*** $(gtk_update_icon_cache)"; \ fi -autostartdir = $(datadir)/gnome/autostart +autostartdir = $(sysconfdir)/xdg/autostart autostart_in_files = empathy.desktop.in autostart_DATA = $(autostart_in_files:.desktop.in=.desktop) @INTLTOOL_DESKTOP_RULE@ |