blob: a33542219e149f9e52e6f21a534f6b2b3cd86856 (
plain)
1
2
3
4
5
6
7
8
9
10
|
if CONFIGFILES
dbusdir = $(sysconfdir)/dbus-1/system.d
dbus_DATA = bluetooth.conf
endif
EXTRA_DIST = bluetooth.conf test-manager test-database
MAINTAINERCLEANFILES = Makefile.in
|