Diff between 05f9475f66f44786c498458e583488c82f114f25 and 99c7216ef7ac618412f356544dc04424b1ac7988

Changed Files

File Additions Deletions Status
Makefile.tools +2 -1 modified

Full Patch

diff --git a/Makefile.tools b/Makefile.tools
index 2350cc9..c0d6656 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -1,6 +1,7 @@
 
 if CLIENT
-noinst_PROGRAMS += client/bluetoothctl
+bin_PROGRAMS += client/bluetoothctl
+
 client_bluetoothctl_SOURCES = $(gdbus_sources) client/main.c
 client_bluetoothctl_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ -lreadline
 endif