From a93a56e08f57ee03f3cbddf61223d7a06cf4610e Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 23 Jan 2007 07:34:33 +0000 Subject: Move bluetooth.conf D-Bus security file into daemon directory --- daemon/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'daemon/Makefile.am') diff --git a/daemon/Makefile.am b/daemon/Makefile.am index f9474a8d..e7133f43 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -17,6 +17,12 @@ bluetoothd_service_echo_LDADD = \ @GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@ endif +if CONFIGFILES +dbusdir = $(sysconfdir)/dbus-1/system.d + +dbus_DATA = bluetooth.conf +endif + noinst_PROGRAMS = bluetoothd bluetoothd_SOURCES = main.c system.h \ -- cgit