From 2a885d69d224e95c6bfbe396d702289fe5e4dd2f Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 25 Oct 2017 18:32:31 +0200 Subject: data/upstart/Makefile.am: Fix filename of .desktop file. --- data/upstart/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'data/upstart/Makefile.am') diff --git a/data/upstart/Makefile.am b/data/upstart/Makefile.am index 8eb41e9..4066aa6 100644 --- a/data/upstart/Makefile.am +++ b/data/upstart/Makefile.am @@ -7,11 +7,10 @@ EXTRA_DIST= # xdg_autostartdir = $(datadir)/upstart/xdg/autostart -xdg_autostart_DATA = indicator-printers.desktop +xdg_autostart_DATA = ayatana-indicator-printers.desktop xdg_autostart_in = $(xdg_autostart_DATA:.desktop=.desktop.in) $(xdg_autostart_DATA): $(xdg_autostart_in) $(AM_V_GEN) $(SED) -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@ BUILT_SOURCES += $(xdg_autostart_DATA) CLEANFILES += $(xdg_autostart_DATA) EXTRA_DIST += $(xdg_autostart_in) - -- cgit v1.2.3