summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@codecoup.pl>2018-01-16 14:58:51 +0100
committerSzymon Janc <szymon.janc@codecoup.pl>2018-01-17 11:29:20 +0100
commit1e8da2a0fbdaafab8e4ed929dd61498b8276ce8e (patch)
tree1122ca0abcab315dcb2fb332b4cd079373bebd56 /Makefile.tools
parent7b0e377b0d78dc7fc7acd1ed4bc456be72a06017 (diff)
downloadbluez-1e8da2a0fbdaafab8e4ed929dd61498b8276ce8e.tar.gz
tools/btpclient: Use address convertion function from libbluetooth
There is no need for internal helper.
Diffstat (limited to 'Makefile.tools')
-rw-r--r--Makefile.tools2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tools b/Makefile.tools
index 651ff00ca..71d083e71 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -450,5 +450,5 @@ noinst_PROGRAMS += tools/btpclient
tools_btpclient_SOURCES = tools/btpclient.c src/shared/btp.c src/shared/btp.h
tools_btpclient_CFLAGS = $(AM_CFLAGS) @ELL_CFLAGS@
-tools_btpclient_LDADD = @ELL_LIBS@
+tools_btpclient_LDADD = @ELL_LIBS@ lib/libbluetooth-internal.la
endif