summaryrefslogtreecommitdiffstats
path: root/hcid
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-04-03 06:04:35 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-04-03 06:04:35 +0000
commit1d3715db11f573060cb02a2b7b7c44f06607d337 (patch)
tree53e9b7eca91253c4c19e2cba3679d3c6084000a7 /hcid
parentb215047988241418ccbcaa41c07366ea637678c7 (diff)
Update BlueZ library configuration
Diffstat (limited to 'hcid')
-rw-r--r--hcid/Makefile.am4
-rw-r--r--hcid/main.c4
2 files changed, 8 insertions, 0 deletions
diff --git a/hcid/Makefile.am b/hcid/Makefile.am
index 0a5a5448..f356b9b6 100644
--- a/hcid/Makefile.am
+++ b/hcid/Makefile.am
@@ -13,6 +13,10 @@ 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@
+
+INCLUDES = @BLUEZ_INCLUDES@
+
man_MANS = hcid.8 hcid.conf.5
YFLAGS = -d
diff --git a/hcid/main.c b/hcid/main.c
index 2d1d5686..72453958 100644
--- a/hcid/main.c
+++ b/hcid/main.c
@@ -25,6 +25,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>