summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-05-16 17:50:38 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-05-18 15:35:47 -0700
commit5efc737f49d4cb98c9b1658d68b226ed4f4c74cf (patch)
tree071fa5dd8495df20813ecce2553a1ed0177276a8 /Makefile.tools
parent0247ed333ea9dc0ac914bae68225d5cb3f288f80 (diff)
downloadbluez-5efc737f49d4cb98c9b1658d68b226ed4f4c74cf.tar.gz
monitor: Move ATT decoding function into its own file
This moves ATT decoding function from l2cap.c to att.c.
Diffstat (limited to 'Makefile.tools')
-rw-r--r--Makefile.tools6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.tools b/Makefile.tools
index b7d893248..a152dad6f 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -48,9 +48,11 @@ monitor_btmon_SOURCES = monitor/main.c monitor/bt.h \
monitor/broadcom.h monitor/broadcom.c \
monitor/msft.h monitor/msft.c \
monitor/jlink.h monitor/jlink.c \
- monitor/tty.h monitor/emulator.h
+ monitor/tty.h monitor/emulator.h \
+ monitor/att.h monitor/att.c
monitor_btmon_LDADD = lib/libbluetooth-internal.la \
- src/libshared-mainloop.la $(UDEV_LIBS) -ldl
+ src/libshared-mainloop.la \
+ $(GLIB_LIBS) $(UDEV_LIBS) -ldl
if MANPAGES
man_MANS += monitor/btmon.1