From: Marc-André Lureau <[email protected]> vscclient allows to test the "virtual smartcard" protocol without going through Spice. I never heard of users except developers (it is partially documented in qemu docs/ccid.txt). I propose to not install it with libcacard, as we don't want to have to support it.
Signed-off-by: Marc-André Lureau <[email protected]> --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 0edcfe8..dac7a23 100644 --- a/Makefile.am +++ b/Makefile.am @@ -61,7 +61,7 @@ endif pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libcacard.pc -bin_PROGRAMS = vscclient +noinst_PROGRAMS = vscclient vscclient_SOURCES = src/vscclient.c vscclient_LDADD = libcacard.la $(GTHREAD_LIBS) $(PCSC_LIBS) vscclient_CFLAGS = $(AM_CPPFLAGS) $(GTHREAD_CFLAGS) $(PCSC_CFLAGS) -- 2.18.0.547.g1d89318c48 _______________________________________________ Spice-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/spice-devel
