diff options
| -rw-r--r-- | hcid/Makefile.am | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/hcid/Makefile.am b/hcid/Makefile.am index 02dd7b56..90136f28 100644 --- a/hcid/Makefile.am +++ b/hcid/Makefile.am @@ -6,6 +6,10 @@ confdir = $(sysconfdir)/bluetooth  conf_DATA = hcid.conf +statedir = $(localstatedir)/lib/bluetooth + +state_DATA = +  sbin_PROGRAMS = hcid  if DBUS | 
