don't install libvpcd when libpcsclite is requested

libpcsclite now statically links against libvpcd. This also is fully
compatible with OpenSC now, which uses dlopen/LoadLibrary for the PC/SC
provider.
This commit is contained in:
Frank Morgner
2013-08-07 21:43:41 +02:00
parent a82d98a93d
commit 4971ca1e17
4 changed files with 20 additions and 9 deletions

View File

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