tools/btmgmt: Add initial readline support

This commit is contained in:
Johan Hedberg 2015-02-10 22:04:49 +02:00
parent 853592f98f
commit 28fd1d53f7
2 changed files with 700 additions and 552 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff