aboutsummaryrefslogtreecommitdiff
path: root/data/upstart/Makefile.am
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2020-10-25 15:59:41 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-10-26 11:31:02 +0100
commit49e87fdb38c7316a2a7bb3ed8833053bd9eaf870 (patch)
tree4c91909b57656524b6f69630243fe554280eb5ee /data/upstart/Makefile.am
parent73163e638c78e07db623c9e698d00871a9602b3a (diff)
downloadayatana-indicator-bluetooth-49e87fdb38c7316a2a7bb3ed8833053bd9eaf870.tar.gz
ayatana-indicator-bluetooth-49e87fdb38c7316a2a7bb3ed8833053bd9eaf870.tar.bz2
ayatana-indicator-bluetooth-49e87fdb38c7316a2a7bb3ed8833053bd9eaf870.zip
Drop upstart support.
Diffstat (limited to 'data/upstart/Makefile.am')
-rw-r--r--data/upstart/Makefile.am17
1 files changed, 0 insertions, 17 deletions
diff --git a/data/upstart/Makefile.am b/data/upstart/Makefile.am
deleted file mode 100644
index e83f60c..0000000
--- a/data/upstart/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-BUILT_SOURCES =
-EXTRA_DIST =
-CLEANFILES =
-
-# the upstart version of the xdg autostart job file
-# see https://code.launchpad.net/~charlesk/indicator-bluetooth/upstart-job/+merge/198100
-upstart_xdg_autostartdir = $(datadir)/upstart/xdg/autostart
-upstart_xdg_autostart_DATA = ayatana-indicator-bluetooth.desktop
-upstart_xdg_autostart_in = ayatana-indicator-bluetooth.desktop.in
-$(upstart_xdg_autostart_DATA): $(upstart_xdg_autostart_in)
- $(AM_V_GEN) $(SED) -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@
-BUILT_SOURCES += $(upstart_xdg_autostart_DATA)
-EXTRA_DIST += $(upstart_xdg_autostart_in)
-CLEANFILES += $(upstart_xdg_autostart_DATA)
-
-EXTRA_DIST += \
- ayatana-indicator-bluetooth.upstart.desktop.in