Diff between 64438092cb3d1413b698464fa70d61c801d3ba0f and ed62fed6b8d739567456f17dd16dca2ca64bad0d
Changed Files
| File | Additions | Deletions | Status |
| Makefile.tools | +1 | -1 | modified |
Full Patch
diff --git a/Makefile.tools b/Makefile.tools
index 1f82715..0f94bbb 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -471,5 +471,5 @@ noinst_PROGRAMS += tools/btpclient
tools_btpclient_SOURCES = tools/btpclient.c src/shared/btp.c src/shared/btp.h
tools_btpclient_LDADD = lib/libbluetooth-internal.la \
src/libshared-ell.la $(ell_ldadd)
-tools_btpclient_DEPENDENCIES = $(ell_dependencies)
+tools_btpclient_DEPENDENCIES = lib/libbluetooth-internal.la $(ell_dependencies)
endif