From 99c7216ef7ac618412f356544dc04424b1ac7988 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 12 Dec 2012 23:24:27 +0100 Subject: [PATCH] build: Install the client utility if enabled --- Makefile.tools | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.tools b/Makefile.tools index 2350cc97c..c0d665669 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 -- 2.47.3