Diff between 9b2abb1fa279b1cd9cab0031a477bf6933f120a7 and 431c44e5ad437de5f29b5004bde7bb6820cfa636

Changed Files

File Additions Deletions Status
Makefile.tools +1 -1 modified

Full Patch

diff --git a/Makefile.tools b/Makefile.tools
index d849bd9..6ebbe9f 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -294,7 +294,7 @@ 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@
+tools_mcaptest_LDADD = lib/libbluetooth-internal.la @GLIB_LIBS@ -lrt
 
 tools_bneptest_SOURCES = tools/bneptest.c \
 				btio/btio.h btio/btio.c \