blob: 2b4a92177a1ed6b33ae698f455a52e4f8cc9bcc4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
gsettings_SCHEMAS = \
com.canonical.indicator.sound.gschema.xml
@GSETTINGS_RULES@
upstart_jobsdir = $(datadir)/upstart/services
upstart_jobs_DATA = indicator-sound.conf
%.conf: %.conf.in
sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@
indicatordir = $(INDICATOR_DIR)
dist_indicator_DATA = com.canonical.indicator.sound
EXTRA_DIST = \
$(gsettings_SCHEMAS) \
indicator-sound.conf.in
CLEANFILES = \
$(dbus_services_DATA)
|