Re: [spice-streaming-agent 2/2] build: Don't use * wildcard in Makefile.am

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> 
> automake does not support this,
> see https://www.gnu.org/software/automake/manual/html_node/Wildcards.html
> and this was causing weird failures when running make distcheck
> (automake looking for *.in files in $builddir rather than $srcdir, and
> then an unwanted hexdump\*.out file created in $builddir, but not
> cleaned).
> ---
>  src/unittests/Makefile.am | 9 ++++++++-
>  1 file changed, 8 insertions(+), 1 deletion(-)
> 
> diff --git a/src/unittests/Makefile.am b/src/unittests/Makefile.am
> index 1a5f339..ba3edc0 100644
> --- a/src/unittests/Makefile.am
> +++ b/src/unittests/Makefile.am
> @@ -33,4 +33,11 @@ test_hexdump_LDADD = \
>  	../libstreaming-utils.a \
>  	$(NULL)
>  
> -EXTRA_DIST = hexdump.sh hexdump*.in hexdump*.out
> +EXTRA_DIST = \
> +	hexdump.sh \
> +	hexdump1.in \
> +	hexdump1.out \
> +	hexdump2.in \
> +	hexdump2.out \
> +	hexdump3.in \
> +	hexdump3.out

Acked-by: Frediano Ziglio <fziglio@xxxxxxxxxx>

Frediano
_______________________________________________
Spice-devel mailing list
Spice-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/spice-devel




[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]     [Monitors]