From: Tomáš Čech <[email protected]>
Until now neither connmanctl nor its main page were installed to target system
during `make install' phase. Distributions which adopted connman copied
connmanctl by hand manually. connmanctl is mature enough to be installed by
default when client build is enabled.
---
Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index d37f275..709e827 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -237,9 +237,9 @@ script_LTLIBRARIES =
include Makefile.plugins
if CLIENT
-noinst_PROGRAMS += client/connmanctl
+bin_PROGRAMS += client/connmanctl
-noinst_MANUAL_PAGES = doc/connmanctl.1
+MANUAL_PAGES += doc/connmanctl.1
client_connmanctl_SOURCES = client/dbus_helpers.h client/dbus_helpers.c \
client/services.h client/services.c \
--
2.2.2
_______________________________________________
connman mailing list
[email protected]
https://lists.connman.net/mailman/listinfo/connman