From 11ac67844694ae9c91cebdfd0fe4e0b403375d72 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Thu, 15 Nov 2018 15:53:46 +0200 Subject: log: Use shared log code Use bt_log_* to send messages to the logging channel. --- Makefile.tools | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile.tools') diff --git a/Makefile.tools b/Makefile.tools index f81fd0a4c..231a4b09b 100644 --- a/Makefile.tools +++ b/Makefile.tools @@ -223,13 +223,15 @@ tools_mcaptest_SOURCES = tools/mcaptest.c \ btio/btio.h btio/btio.c \ src/log.c src/log.h \ profiles/health/mcap.h profiles/health/mcap.c -tools_mcaptest_LDADD = lib/libbluetooth-internal.la @GLIB_LIBS@ -lrt +tools_mcaptest_LDADD = lib/libbluetooth-internal.la @GLIB_LIBS@ \ + src/libshared-mainloop.la -lrt tools_bneptest_SOURCES = tools/bneptest.c \ btio/btio.h btio/btio.c \ src/log.h src/log.c \ profiles/network/bnep.h profiles/network/bnep.c -tools_bneptest_LDADD = lib/libbluetooth-internal.la @GLIB_LIBS@ +tools_bneptest_LDADD = lib/libbluetooth-internal.la @GLIB_LIBS@ \ + src/libshared-mainloop.la tools_cltest_SOURCES = tools/cltest.c tools_cltest_LDADD = lib/libbluetooth-internal.la src/libshared-mainloop.la -- cgit v1.2.1