diff options
author | Werner Koch <wk@gnupg.org> | 2004-10-20 10:54:45 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2004-10-20 10:54:45 +0200 |
commit | d33703e5fe46068ddfe7b04c44ec2e45f1f79ee3 (patch) | |
tree | 194a11c2a5fd9138ca8834fd5002a93bd591204c /scd/Makefile.am | |
parent | Fixed copyright years (diff) | |
download | gnupg2-d33703e5fe46068ddfe7b04c44ec2e45f1f79ee3.tar.xz gnupg2-d33703e5fe46068ddfe7b04c44ec2e45f1f79ee3.zip |
* sc-investigate: Removed.
* Makefile.am (sc_investigate): Removed.
* pcsc-wrapper.c (load_pcsc_driver): Load get_status_change func.
(handle_open): Succeed even without a present card.
(handle_status, handle_reset): New.
* apdu.c (apdu_open_reader): Load pcsc_get_status_change fucntion.
(pcsc_get_status): Implemented.
(reset_pcsc_reader): Implemented.
(open_pcsc_reader): Succeed even with no card inserted.
(open_ccid_reader): Set LAST_STATUS.
* iso7816.c (iso7816_select_application): Always use 0 for P1.
Diffstat (limited to 'scd/Makefile.am')
-rw-r--r-- | scd/Makefile.am | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/scd/Makefile.am b/scd/Makefile.am index d1d669a1a..0d83271e0 100644 --- a/scd/Makefile.am +++ b/scd/Makefile.am @@ -18,7 +18,7 @@ ## Process this file with automake to produce Makefile.in -bin_PROGRAMS = scdaemon sc-investigate sc-copykeys +bin_PROGRAMS = scdaemon sc-copykeys pkglib_PROGRAMS = pcsc-wrapper AM_CPPFLAGS = -I$(top_srcdir)/intl -I$(top_srcdir)/common @@ -56,22 +56,6 @@ scdaemon_LDADD = ../jnlib/libjnlib.a ../common/libcommon.a \ $(LIBUSB_LIBS) $(OPENSC_LIBS) -lgpg-error @LIBINTL@ \ @DL_LIBS@ -sc_investigate_SOURCES = \ - sc-investigate.c scdaemon.h \ - apdu.c apdu.h \ - ccid-driver.c ccid-driver.h \ - iso7816.c iso7816.h \ - tlv.c tlv.h \ - atr.c atr.h \ - app.c app-common.h app-help.c $(card_apps) - -sc_investigate_LDADD = \ - ../jnlib/libjnlib.a ../common/libcommon.a \ - $(LIBGCRYPT_LIBS) $(pth_libs) \ - $(KSBA_LIBS) $(LIBUSB_LIBS) $(OPENSC_LIBS) \ - @LIBINTL@ -lgpg-error @DL_LIBS@ - - sc_copykeys_SOURCES = \ sc-copykeys.c scdaemon.h \ apdu.c apdu.h \ |