summaryrefslogtreecommitdiffstats
path: root/hcid/Makefile.am
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2006-03-09 19:10:42 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2006-03-09 19:10:42 +0000
commit45df23c4593250e58e355bf3cde15abb2d6d4c3c (patch)
tree38ee3f63cb37ab5687dbb7e3abfe1c4814dabe40 /hcid/Makefile.am
parent7297697c324a6113371fd60b3668320e5a4817a7 (diff)
D-Bus name lifetime tracking support
Diffstat (limited to 'hcid/Makefile.am')
-rw-r--r--hcid/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/hcid/Makefile.am b/hcid/Makefile.am
index 1cc46c9f..aa3b2cc1 100644
--- a/hcid/Makefile.am
+++ b/hcid/Makefile.am
@@ -36,7 +36,8 @@ hcid_SOURCES = main.c security.c device.c storage.c hcid.h \
hcid_LDADD = $(dbus_hcid_libs) @BLUEZ_LIBS@ \
$(top_builddir)/common/libglib-ectomy.a \
- $(top_builddir)/common/libtextfile.a
+ $(top_builddir)/common/libtextfile.a \
+ $(top_builddir)/common/liblist.a
AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ $(dbus_hcid_cflags)