From 56178b62564b26d3ff033fe7f5cae600e8826144 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Fri, 28 Apr 2017 09:43:21 +0300 Subject: [PATCH] Revert "build: Make btmgmt tools installable" Don't install btmgmt as there are plans for other tools to cover the likes of hciconfig, etc. --- Makefile.tools | 4 +--- 1 file changed, 1 insertion(+), 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) \ -- 2.47.3