[Spice-devel] [PATCH libcacard 1/3] build-sys: do not install vscclient
marcandre.lureau at redhat.com
marcandre.lureau at redhat.com
Wed Aug 8 11:21:35 UTC 2018
From: Marc-André Lureau <marcandre.lureau at redhat.com>
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 <marcandre.lureau at redhat.com>
---
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
More information about the Spice-devel
mailing list