[Spice-devel] [PATCH libcacard] Add gthread libraries to link flags for the test.

Marc-André Lureau mlureau at redhat.com
Mon Oct 12 10:59:20 PDT 2015


ack, thanks

----- Original Message -----
> Fixes 'make check' on Debian.
> 
> Signed-off-by: Jeremy White <jwhite at codeweavers.com>
> ---
>  Makefile.am | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Makefile.am b/Makefile.am
> index 605e96e..fb1c00b 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -65,7 +65,7 @@ endif
>  include $(srcdir)/build-aux/glib-tap.mk
>  
>  test_programs = tests/libcacard
> -tests_libcacard_LDADD = libcacard.la
> +tests_libcacard_LDADD = libcacard.la $(GTHREAD_LIBS)
>  
>  @CODE_COVERAGE_RULES@
>  
> --
> 2.1.4
> 
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/spice-devel
> 


More information about the Spice-devel mailing list