aboutsummaryrefslogtreecommitdiff
path: root/data/Makefile.am
blob: 671d5c0e4646bcb457939726d74b131a83b906fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
NULL =

xdg_autostartdir = /etc/xdg/autostart
xdg_autostart_DATA = ayatana-indicator-application.desktop

%.desktop: %.desktop.in
	$(AM_V_GEN) sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@

overridedir = $(pkgdatadir)
override_DATA = ordering-override.keyfile

#if defined(HAVE_SYSTEMD)
%.service: %.service.in
	$(AM_V_GEN) sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@

systemddir = $(SYSTEMD_USERDIR)
systemd_DATA = ayatana-indicator-application.service
#endif

EXTRA_DIST = \
	ayatana-indicator-application.desktop.in \
	ayatana-indicator-application.service.in \
	ordering-override.keyfile \
	$(NULL)

CLEANFILES = \
	ayatana-indicator-application.desktop \
	ayatana-indicator-application.service \
	$(NULL)