aboutsummaryrefslogtreecommitdiff
path: root/data/Makefile.am
blob: 6c491f1f53ed187c1aed10c13e5bb2f2d65ccceb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
dbus_servicesdir = $(datadir)/dbus-1/services
dbus_services_DATA = indicator-bluetooth.service

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

gsettings_SCHEMAS = com.canonical.indicator.bluetooth.gschema.xml
@INTLTOOL_XML_NOMERGE_RULE@
@GSETTINGS_RULES@

EXTRA_DIST = \
  indicator-bluetooth.service.in \
  com.canonical.indicator.bluetooth.gschema.xml.in

CLEANFILES = \
  $(dbus_services_DATA) \
  $(gsettings_SCHEMAS)