Fix patch set v2 link issue when compiling. --- Makefile.tools | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.tools b/Makefile.tools index 4807813..8823fc0 100644 --- a/Makefile.tools +++ b/Makefile.tools @@ -365,7 +365,8 @@ tools_btgatt_client_SOURCES = tools/btgatt-client.c src/uuid-helper.c \ src/shared/timeout.h src/shared/timeout-mainloop.c \ src/shared/att-types.h src/shared/att.h src/shared/att.c \ src/shared/gatt-helpers.h src/shared/gatt-helpers.c \ - src/shared/gatt-client.h src/shared/gatt-client.c + src/shared/gatt-client.h src/shared/gatt-client.c \ + src/shared/crypto.h src/shared/crypto.c tools_btgatt_client_LDADD = lib/libbluetooth-internal.la EXTRA_DIST += tools/bdaddr.1 -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html