[Spice-devel] [PATCH libcacard] build-sys: vscclient only needs libcacard and gthread/glib

marcandre.lureau at redhat.com marcandre.lureau at redhat.com
Fri Oct 9 04:14:21 PDT 2015


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



More information about the Spice-devel mailing list