diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/upstart/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
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) - |