From fcbd561ad7ecbc0d7273facf6185c7364192cd88 Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Mon, 6 Feb 2017 12:00:13 -0500 Subject: Remove old autostart files. --- data/Makefile.am | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'data/Makefile.am') diff --git a/data/Makefile.am b/data/Makefile.am index c040edb..e5ae964 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -3,8 +3,6 @@ BUILT_SOURCES= CLEANFILES= EXTRA_DIST= -SUBDIRS = upstart - # # the systemd unit file # @@ -38,18 +36,3 @@ $(upstart_jobs_DATA): $(upstart_jobs_in) 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) - - -- cgit v1.2.3