aboutsummaryrefslogtreecommitdiff
path: root/data/Makefile.am
blob: ff45ba2491916bb1b75323db792327cc3ee5e380 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SUBDIRS = icons

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

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

gsettings_SCHEMAS = org.ayatana.indicator.messages.gschema.xml
@GSETTINGS_RULES@

indicatordir = $(INDICATOR_DIR)
dist_indicator_DATA = org.ayatana.indicator.messages

EXTRA_DIST = \
	ayatana-indicator-messages.desktop.in \
	$(gsettings_SCHEMAS)

CLEANFILES = \
	$(xdg_autostart_DATA) \