mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-25 05:04:18 +08:00
tools/btmgmt: Add initial readline support
This commit is contained in:
parent
853592f98f
commit
28fd1d53f7
@ -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
|
||||
|
1247
tools/btmgmt.c
1247
tools/btmgmt.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user