<div dir="ltr">Not sure what's going on, but if it builds with older version and newer version, from git and tarball, then ack<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Apr 28, 2014 at 11:16 AM, Christophe Fergeau <span dir="ltr"><<a href="mailto:cfergeau@redhat.com" target="_blank">cfergeau@redhat.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Ping?<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
On Tue, Apr 22, 2014 at 03:45:35PM +0200, Christophe Fergeau wrote:<br>
> These 2 files are not build as part of spice-common<br>
> build system, but modules using spice-common will build<br>
> them with the appropriate options. We need to let automake<br>
> know that these are source files so that it can properly<br>
> track these files dependencies.<br>
><br>
> Without this change, when eg spice-gtk switches to use 'subdir-objects'<br>
> to build sw_canvas.c as recommended by automake 1.14, the build<br>
> will fail because $(top_srcdir)/spice-common/common/.deps/sw_canvas.Plo<br>
> will not have been generated.<br>
> ---<br>
>  common/Makefile.am | 12 ++++++++++--<br>
>  1 file changed, 10 insertions(+), 2 deletions(-)<br>
><br>
> diff --git a/common/Makefile.am b/common/Makefile.am<br>
> index 435d448..7b3aae9 100644<br>
> --- a/common/Makefile.am<br>
> +++ b/common/Makefile.am<br>
> @@ -60,6 +60,16 @@ libspice_common_la_SOURCES =               \<br>
>       verify.h                        \<br>
>       $(NULL)<br>
><br>
> +# These 2 files are not build as part of spice-common<br>
> +# build system, but modules using spice-common will build<br>
> +# them with the appropriate options. We need to let automake<br>
> +# know that these are source files so that it can properly<br>
> +# track these files dependencies<br>
> +EXTRA_libspice_common_la_SOURCES =   \<br>
> +     sw_canvas.c                     \<br>
> +     sw_canvas.h                     \<br>
> +     $(NULL)<br>
> +<br>
>  libspice_common_client_la_SOURCES =          \<br>
>       $(CLIENT_MARSHALLERS)                   \<br>
>       $(NULL)<br>
> @@ -152,8 +162,6 @@ EXTRA_DIST =                              \<br>
>       quic_rgb_tmpl.c                 \<br>
>       quic_tmpl.c                     \<br>
>       snd_codec.h                     \<br>
> -     sw_canvas.c                     \<br>
> -     sw_canvas.h                     \<br>
>       $(NULL)<br>
><br>
>  -include $(top_srcdir)/<a href="http://git.mk" target="_blank">git.mk</a><br>
> --<br>
> 1.9.0<br>
><br>
> _______________________________________________<br>
> Spice-devel mailing list<br>
> <a href="mailto:Spice-devel@lists.freedesktop.org">Spice-devel@lists.freedesktop.org</a><br>
> <a href="http://lists.freedesktop.org/mailman/listinfo/spice-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/spice-devel</a><br>
_______________________________________________<br>
Spice-devel mailing list<br>
<a href="mailto:Spice-devel@lists.freedesktop.org">Spice-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/spice-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/spice-devel</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Marc-André Lureau
</div>