summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2018-11-15 15:53:46 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2018-11-20 15:33:41 +0200
commit11ac67844694ae9c91cebdfd0fe4e0b403375d72 (patch)
tree882a4ec39604c4092b7736810d5b81796543b9ba /Makefile.tools
parent5ba115e2d58c4c79451831e2973a9c19eaf1957d (diff)
downloadbluez-11ac67844694ae9c91cebdfd0fe4e0b403375d72.tar.gz
log: Use shared log code
Use bt_log_* to send messages to the logging channel.
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 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