summaryrefslogtreecommitdiffstats
path: root/hcid/Makefile.am
diff options
context:
space:
mode:
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)