X-Git-Url: http://www.average.org/gitweb/?p=pam_pcsc_cr.git;a=blobdiff_plain;f=Makefile.am;h=850b33dbc69e04706f581b4e5390f08d7dd79af1;hp=23711acba19c056e87359fe0cff182c67457245f;hb=ec614a7e3bc846cf9d3477303901759609c8f12f;hpb=582620961e80e33514b39ab76648be761fd55368 diff --git a/Makefile.am b/Makefile.am index 23711ac..850b33d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,10 +3,10 @@ AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 -noinst_HEADERS = pcsc_cr.h token.h crypto_if.h crypto.h +noinst_HEADERS = pcsc_cr.h token.h crypto_if.h crypto.h serial.h EXTRA_LTLIBRARIES = libpcsc_cr.la -libpcsc_cr_la_SOURCES = crypto.c pcsc_cr.c ykneo.c +libpcsc_cr_la_SOURCES = serial.c crypto.c pcsc_cr.c ykneo.c EXTRA_libpcsc_cr_la_SOURCES = ossl_crypto.c tom_crypto.c libpcsc_cr_la_LIBADD = @CRYPTO_OBJS@ libpcsc_cr_la_DEPENDENCIES = @CRYPTO_OBJS@ @@ -15,9 +15,11 @@ lib_LTLIBRARIES = pam_pcsc_cr.la pam_pcsc_cr_la_LDFLAGS = -module -avoid-version pam_pcsc_cr_la_LIBADD = libpcsc_cr.la -check_PROGRAMS = test_cr -test_cr_LDADD = libpcsc_cr.la +check_PROGRAMS = test_serial test_crypto test_chalresp +test_serial_LDADD = libpcsc_cr.la +test_crypto_LDADD = libpcsc_cr.la +test_chalresp_LDADD = libpcsc_cr.la EXTRA_DIST = autogen.sh -TESTS = test_cr +TESTS = test_serial test_crypto test_chalresp