aboutsummaryrefslogtreecommitdiff
path: root/data/Makefile.am
blob: ac63ebca6a237a1104acdc0f1e1d840706a0d6df (plain)
1
2
3
4
5
6
7
8
9
10
dbus_servicesdir = $(DBUSSERVICEDIR)
dbus_services_DATA = indicator-bluetooth.service

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

EXTRA_DIST = indicator-bluetooth.service.in

CLEANFILES = \
  $(dbus_services_DATA)