summaryrefslogtreecommitdiffstats
path: root/hcid
diff options
context:
space:
mode:
Diffstat (limited to 'hcid')
-rw-r--r--hcid/Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/hcid/Makefile.am b/hcid/Makefile.am
index f356b9b6..b720e5cc 100644
--- a/hcid/Makefile.am
+++ b/hcid/Makefile.am
@@ -4,18 +4,20 @@
sbin_PROGRAMS = hcid
-if ENABLE_DBUS
+if DBUS
dbus_hcid_sources = dbus.c
+dbus_hcid_ldflags = @DBUS_LIBS@
else
dbus_hcid_sources =
+dbus_hcid_ldflags =
endif
hcid_SOURCES = main.c security.c hcid.h lib.c lib.h parser.h parser.y lexer.l kword.h kword.c glib-ectomy.h glib-ectomy.c $(dbus_hcid_sources)
hcid_CONFIG = hcid.conf
-LDFLAGS = @BLUEZ_LIBS@
+LDFLAGS = @BLUEZ_LIBS@ $(dbus_hcid_ldflags)
-INCLUDES = @BLUEZ_INCLUDES@
+INCLUDES = @BLUEZ_INCLUDES@ @DBUS_INCLUDES@
man_MANS = hcid.8 hcid.conf.5