- renamed ccid-test to cats-tool, since it is suitable for all readers of type cat-s and cat-b
- cats-tool takes PIN as input parameter git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@259 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
@@ -8,9 +8,9 @@ ccid_emulator_SOURCES = ccid.c usbstring.c usb.c binutil.c
|
||||
ccid_emulator_LDADD = $(OPENSC_LIBS) $(OPENSSL_LIBS) $(PTHREAD_LIBS)
|
||||
ccid_emulator_CFLAGS = $(OPENSC_CFLAGS) $(OPENSSL_CFLAGS) $(PTHREAD_CFLAGS)
|
||||
|
||||
ccid_test_SOURCES = ccid-test.c
|
||||
ccid_test_LDADD = $(PCSC_LIBS)
|
||||
ccid_test_CFLAGS = $(PCSC_CFLAGS)
|
||||
cats_tool_SOURCES = cats-tool.c
|
||||
cats_tool_LDADD = $(PCSC_LIBS)
|
||||
cats_tool_CFLAGS = $(PCSC_CFLAGS)
|
||||
|
||||
pace_tool_SOURCES = pace-tool.c binutil.c
|
||||
pace_tool_LDADD = $(OPENSC_LIBS) $(OPENSSL_LIBS) libpace.la
|
||||
@@ -24,7 +24,12 @@ noinst_HEADERS = \
|
||||
usbstring.h
|
||||
|
||||
if WITH_CCID
|
||||
bin_PROGRAMS += ccid-emulator ccid-test
|
||||
bin_PROGRAMS += ccid-emulator
|
||||
endif
|
||||
|
||||
|
||||
if WITH_CATS
|
||||
bin_PROGRAMS += cats-tool
|
||||
endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user