aboutsummaryrefslogtreecommitdiff
path: root/data/upstart/Makefile.am
blob: 2012021755d6e8042f032fb7dcbf4f765159568c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 = indicator-bluetooth.desktop
upstart_xdg_autostart_in = 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 += \
  indicator-bluetooth.upstart.desktop.in