implemented my own version of libpcsclite

Allows customizing of the default adress to which vpcd or libpcsclite
connect to.

My libpcsclite is currently not thread safe. It should not be installed
together with PCSC-Lite since both packages have conflicting files. Use
./configure --enable-libpcsclite to use my version. Use ./configure
--enable-vpcdhost=ADRESS to define connection mode and adress of vpicc.
This commit is contained in:
Frank Morgner
2013-07-18 14:03:47 +02:00
parent 291178d139
commit cdf68d62b3
17 changed files with 2270 additions and 54 deletions

View File

@@ -1 +1,5 @@
if BUILD_LIBPCSCLITE
SUBDIRS = libpcsclite vpcd vpicc
else
SUBDIRS = vpcd vpicc
endif