[Spice-devel] [PATCH libcacard] build-sys: vscclient only needs libcacard and gthread/glib
Fabiano Fidêncio
fidencio at redhat.com
Fri Oct 9 04:31:17 PDT 2015
On Fri, Oct 9, 2015 at 1:14 PM, <marcandre.lureau at redhat.com> wrote:
> From: Marc-André Lureau <marcandre.lureau at redhat.com>
>
> Reported by Michael Tokarev.
>
> Signed-off-by: Marc-André Lureau <marcandre.lureau at redhat.com>
> ---
> Makefile.am | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Makefile.am b/Makefile.am
> index 1cef1ee..b29f56b 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -55,7 +55,7 @@ pkgconfig_DATA = libcacard.pc
>
> bin_PROGRAMS = vscclient
> vscclient_SOURCES = src/vscclient.c
> -vscclient_LDADD = libcacard.la $(CACARD_LIBS) $(GTHREAD_LIBS)
> +vscclient_LDADD = libcacard.la $(GTHREAD_LIBS)
> vscclient_CFLAGS = $(AM_CPPFLAGS) $(GTHREAD_CFLAGS)
>
> if OS_WIN32
> --
> 2.4.3
>
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/spice-devel
ACK!
More information about the Spice-devel
mailing list