Re: [PATCH] connmanctl: install binary with manpage to system when client is enabled

2015-02-24 Thread Patrik Flykt
On Mon, 2015-02-23 at 10:18 +0100, Tomáš Čech wrote:
> From: Tomáš Čech 
> 
> 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.

Applied, thanks!

I added a 'bin_PROGRAMS =' in Makefile.am so that automake does not
complain about += assignment being used before bin_PROGRAMS has been
defined.

Patrik


___
connman mailing list
connman@connman.net
https://lists.connman.net/mailman/listinfo/connman

[PATCH] connmanctl: install binary with manpage to system when client is enabled

2015-02-23 Thread Tomáš Čech
From: Tomáš Čech 

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
connman@connman.net
https://lists.connman.net/mailman/listinfo/connman

[PATCH] connmanctl: install binary with manpage to system when client is enabled

2015-02-09 Thread tcech
From: Tomáš Čech 

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
connman@connman.net
https://lists.connman.net/mailman/listinfo/connman