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

gsettings_SCHEMAS = \
  com.canonical.indicator.sound.gschema.xml
@GSETTINGS_RULES@

dbus_servicesdir = $(DBUSSERVICEDIR)
dbus_services_DATA = indicator-sound.service

%.service: %.service.in
	sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@

EXTRA_DIST = \
  $(gsettings_SCHEMAS) \
  indicator-sound.service.in

CLEANFILES = \
  $(dbus_services_DATA)