From 33b9b08f8d1df1dc3000706571a653482002800d Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 24 Oct 2017 22:45:14 +0200 Subject: Revert "Remove old autostart files." This reverts commit fcbd561ad7ecbc0d7273facf6185c7364192cd88. --- data/Makefile.am | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'data/Makefile.am') diff --git a/data/Makefile.am b/data/Makefile.am index 75bb04b..08b87ea 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -2,6 +2,8 @@ BUILT_SOURCES= CLEANFILES= EXTRA_DIST= +SUBDIRS = upstart + # # the systemd unit file # @@ -38,5 +40,19 @@ BUILT_SOURCES += $(upstart_jobs_DATA) CLEANFILES += $(upstart_jobs_DATA) EXTRA_DIST += $(upstart_jobs_in) +# +# the xdg autostart job file +# + +xdg_autostartdir = /etc/xdg/autostart +xdg_autostart_DATA = 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) + DISTCLEANFILES = \ Makefile.in + -- cgit v1.2.3