summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2015-02-10 22:04:49 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2015-02-11 21:04:18 +0200
commit28fd1d53f78a46f104eda0bcdc10557b1384aa99 (patch)
treebeee8c04ca512a0a5e8d569fb3ad918e32e1e17d /Makefile.tools
parent853592f98f689d5755411e952f29a5255b8a7f38 (diff)
downloadbluez-28fd1d53f78a46f104eda0bcdc10557b1384aa99.tar.gz
tools/btmgmt: Add initial readline support
Diffstat (limited to 'Makefile.tools')
-rw-r--r--Makefile.tools5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.tools b/Makefile.tools
index 64da54fe3..e28f3cba1 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -242,8 +242,9 @@ tools_hwdb_LDADD = lib/libbluetooth-internal.la
tools_hcieventmask_LDADD = lib/libbluetooth-internal.la
-tools_btmgmt_SOURCES = tools/btmgmt.c src/uuid-helper.c
-tools_btmgmt_LDADD = lib/libbluetooth-internal.la src/libshared-mainloop.la
+tools_btmgmt_SOURCES = tools/btmgmt.c src/uuid-helper.c client/display.c
+tools_btmgmt_LDADD = lib/libbluetooth-internal.la src/libshared-mainloop.la \
+ -lreadline
tools_btinfo_SOURCES = tools/btinfo.c monitor/bt.h
tools_btinfo_LDADD = src/libshared-mainloop.la