summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-01-05 14:16:21 -0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-02-10 13:15:57 +0200
commitaab6835b0ab1843c5d1a8f6c5defd3f6358924be (patch)
tree97cfce6072174da78d5af01b197fa6f233a098b3 /Makefile.tools
parent64bedd4d316cdd6523589b3a1d4301e33d152b10 (diff)
downloadbluez-aab6835b0ab1843c5d1a8f6c5defd3f6358924be.tar.gz
client: Add support for GattService1
This add support for GattService1 interface detection and prints when they are added or removed
Diffstat (limited to 'Makefile.tools')
-rw-r--r--Makefile.tools1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.tools b/Makefile.tools
index e42e42df4..64da54fe3 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -5,6 +5,7 @@ bin_PROGRAMS += client/bluetoothctl
client_bluetoothctl_SOURCES = client/main.c \
client/display.h client/display.c \
client/agent.h client/agent.c \
+ client/gatt.h client/gatt.c \
monitor/uuid.h monitor/uuid.c
client_bluetoothctl_LDADD = gdbus/libgdbus-internal.la @GLIB_LIBS@ @DBUS_LIBS@ \
-lreadline