On Wed, 2015-03-25 at 15:46 -0300, Vinicius Costa Gomes wrote:
> Now that it is not automatically built by AC_OUTPUT it needs to have
> something depending on it.
The .in files need to be added to EXTRA_DIST and the generated files
need to be cleaned up also.
> ---
> Makefile.am | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/Makefile.am b/Makefile.am
> index 6a6e355..eac5611 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -52,13 +52,13 @@ nmcompat_conf = plugins/connman-nmcompat.conf
> endif
>
> dbusconfdir = @DBUS_CONFDIR@
> -
> +dbusservicedir = @DBUS_DATADIR@
> dbusconf_DATA = src/connman.conf $(nmcompat_conf)
> +dbusservice_DATA = src/net.connman.service
So far the ConnMan D-Bus service file has not been installed by default,
as ConnMan has been started at boot without D-Bus activation. The D-Bus
activation file is provided at the moment as a sample.
> if VPN
> dbusconf_DATA += vpn/connman-vpn-dbus.conf
> -dbusservicedir = @DBUS_DATADIR@
> -dbusservice_DATA = vpn/net.connman.vpn.service
> +dbusservice_DATA += vpn/net.connman.vpn.service
> endif
>
> if SYSTEMD
I'll take a look at that cleaning/adding thing.
Cheers,
Patrik
_______________________________________________
connman mailing list
[email protected]
https://lists.connman.net/mailman/listinfo/connman