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:
@@ -1 +1,5 @@
|
||||
if BUILD_LIBPCSCLITE
|
||||
SUBDIRS = libpcsclite vpcd vpicc
|
||||
else
|
||||
SUBDIRS = vpcd vpicc
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user