diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2006-03-09 19:10:42 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2006-03-09 19:10:42 +0000 |
commit | 45df23c4593250e58e355bf3cde15abb2d6d4c3c (patch) | |
tree | 38ee3f63cb37ab5687dbb7e3abfe1c4814dabe40 /hcid/Makefile.am | |
parent | 7297697c324a6113371fd60b3668320e5a4817a7 (diff) |
D-Bus name lifetime tracking support
Diffstat (limited to 'hcid/Makefile.am')
-rw-r--r-- | hcid/Makefile.am | 3 |
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) |