summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2017-04-28 09:43:21 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2017-04-28 09:43:21 +0300
commit56178b62564b26d3ff033fe7f5cae600e8826144 (patch)
tree104d1c9d69c13f4ef1e4e71636e8837d9cba066b /Makefile.tools
parent9702e6b290b2aeae883e5112b7428ea01d2d7ab0 (diff)
downloadbluez-56178b62564b26d3ff033fe7f5cae600e8826144.tar.gz
Revert "build: Make btmgmt tools installable"
Don't install btmgmt as there are plans for other tools to cover the likes of hciconfig, etc.
Diffstat (limited to 'Makefile.tools')
-rw-r--r--Makefile.tools4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.tools b/Makefile.tools
index 73b2eef8f..55d392e45 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -348,9 +348,7 @@ EXTRA_DIST += tools/hid2hci.1
endif
if READLINE
-bin_PROGRAMS += tools/btmgmt
-
-noinst_PROGRAMS += tools/obex-client-tool tools/obex-server-tool \
+noinst_PROGRAMS += tools/btmgmt tools/obex-client-tool tools/obex-server-tool \
tools/bluetooth-player tools/obexctl
tools_obex_client_tool_SOURCES = $(gobex_sources) $(btio_sources) \