Diff between 14b0469831ebfcf162d0bd7a90e26451e06407b0 and 1d9ac1eca8b405c9bc180ad9c08a0178c269cfbd
Changed Files
| File | Additions | Deletions | Status |
| Makefile.tools | +3 | -1 | modified |
Full Patch
diff --git a/Makefile.tools b/Makefile.tools
index 55d392e..73b2eef 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -348,7 +348,9 @@ EXTRA_DIST += tools/hid2hci.1
endif
if READLINE
-noinst_PROGRAMS += tools/btmgmt tools/obex-client-tool tools/obex-server-tool \
+bin_PROGRAMS += tools/btmgmt
+
+noinst_PROGRAMS += tools/obex-client-tool tools/obex-server-tool \
tools/bluetooth-player tools/obexctl
tools_obex_client_tool_SOURCES = $(gobex_sources) $(btio_sources) \