summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2017-11-09 16:29:16 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2017-11-17 16:00:19 +0200
commit01bdd83d21709acca04bbbeb24f9f521564e144b (patch)
treeadc997763b58321e4c402146488d13ef1665aa9a /Makefile.tools
parent215ecf403ac1de497d7deb5d952e1afa77210db8 (diff)
downloadbluez-01bdd83d21709acca04bbbeb24f9f521564e144b.tar.gz
shared/shell: Add initial implementation
This add initial bt_shell helper which can be used to create shell-like command line tools.
Diffstat (limited to 'Makefile.tools')
-rw-r--r--Makefile.tools3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.tools b/Makefile.tools
index 561302fa1..dc2902cb7 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -8,7 +8,8 @@ client_bluetoothctl_SOURCES = client/main.c \
client/advertising.h \
client/advertising.c \
client/gatt.h client/gatt.c \
- monitor/uuid.h monitor/uuid.c
+ monitor/uuid.h monitor/uuid.c \
+ src/shared/shell.h src/shared/shell.c
client_bluetoothctl_LDADD = gdbus/libgdbus-internal.la src/libshared-glib.la \
@GLIB_LIBS@ @DBUS_LIBS@ -lreadline
endif