diff options
Diffstat (limited to 'hcid')
-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 f195c152..b20432f3 100644 --- a/hcid/Makefile.am +++ b/hcid/Makefile.am @@ -10,6 +10,10 @@ statedir = $(localstatedir)/lib/bluetooth state_DATA = +if DBUS +dbusdir = $(sysconfdir)/dbus-1/system.d +endif + sbin_PROGRAMS = hcid if DBUS |