Re: [systemd-devel] [PATCH] machine: add reference to machine-dbus.h to Makefile.am

2015-01-05 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Jan 02, 2015 at 09:45:23AM -0800, Filipe Brandenburger wrote:
> On Mon, Dec 29, 2014 at 3:22 PM, Filipe Brandenburger
>  wrote:
> > Commit 003dffde2c1b93 ("machined: Move image discovery logic into 
> > src/shared,
> > so that we can make use of it from nspawn") moved some definitions from
> > machine.h to a new machine-dbus.h, but did not include it in Makefile.am
> >
> > Tested that `make distcheck` works after this fix.
Applied.

Zbyszek
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] [PATCH] machine: add reference to machine-dbus.h to Makefile.am

2015-01-02 Thread Filipe Brandenburger
Ping?

distcheck is still failing due to the lack of reference to this header
file in Makefile.am

Cheers,
Filipe


On Mon, Dec 29, 2014 at 3:22 PM, Filipe Brandenburger
 wrote:
> Commit 003dffde2c1b93 ("machined: Move image discovery logic into src/shared,
> so that we can make use of it from nspawn") moved some definitions from
> machine.h to a new machine-dbus.h, but did not include it in Makefile.am
>
> Tested that `make distcheck` works after this fix.
> ---
>  Makefile.am | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/Makefile.am b/Makefile.am
> index 28d2e4b..8cdf1db 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -5044,6 +5044,7 @@ libsystemd_machine_core_la_SOURCES = \
> src/machine/machine.h \
> src/machine/machined-dbus.c \
> src/machine/machine-dbus.c \
> +   src/machine/machine-dbus.h \
> src/machine/image-dbus.c \
> src/machine/image-dbus.h
>
> --
> 1.8.3.1
>
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


[systemd-devel] [PATCH] machine: add reference to machine-dbus.h to Makefile.am

2014-12-29 Thread Filipe Brandenburger
Commit 003dffde2c1b93 ("machined: Move image discovery logic into src/shared,
so that we can make use of it from nspawn") moved some definitions from
machine.h to a new machine-dbus.h, but did not include it in Makefile.am

Tested that `make distcheck` works after this fix.
---
 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.am b/Makefile.am
index 28d2e4b..8cdf1db 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5044,6 +5044,7 @@ libsystemd_machine_core_la_SOURCES = \
src/machine/machine.h \
src/machine/machined-dbus.c \
src/machine/machine-dbus.c \
+   src/machine/machine-dbus.h \
src/machine/image-dbus.c \
src/machine/image-dbus.h
 
-- 
1.8.3.1

___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel