X-Git-Url: http://www.average.org/gitweb/?p=pam_pcsc_cr.git;a=blobdiff_plain;f=Makefile.am;h=d974a5c104cac542f57c1a394d3c5488138f2653;hp=c2b8529fc244d26038e1d64d3c6391101ec545a0;hb=dc8959a3cb5615448ea9307a3277e608ffd8a6dd;hpb=3d841899fe8859b2ce6af8fdfd8fa961c7651425;ds=sidebyside diff --git a/Makefile.am b/Makefile.am index c2b8529..d974a5c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,11 +3,13 @@ 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 authobj.h \ + authfile.h EXTRA_LTLIBRARIES = libpcsc_cr.la -libpcsc_cr_la_SOURCES = crypto.c pcsc_cr.c ykneo.c -EXTRA_libpcsc_cr_la_SOURCES = ossl_crypto.c tom_crypto.c +libpcsc_cr_la_SOURCES = authfile.c authobj.c serial.c crypto.c pcsc_cr.c \ + ykneo.c +EXTRA_libpcsc_cr_la_SOURCES = ossl_crypto.c tom_crypto.c gnu_crypto.c libpcsc_cr_la_LIBADD = @CRYPTO_OBJS@ libpcsc_cr_la_DEPENDENCIES = @CRYPTO_OBJS@ @@ -15,10 +17,16 @@ 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_crypto test_cr +bin_PROGRAMS = pam_cr_setup +pam_cr_setup_LDADD = libpcsc_cr.la + +check_PROGRAMS = test_auth test_serial test_crypto test_chalresp +test_auth_LDADD = libpcsc_cr.la +test_serial_LDADD = libpcsc_cr.la test_crypto_LDADD = libpcsc_cr.la -test_cr_LDADD = libpcsc_cr.la +test_chalresp_LDADD = libpcsc_cr.la -EXTRA_DIST = autogen.sh +EXTRA_DIST = autogen.sh README_CR -TESTS = test_crypto test_cr +TESTS = test_auth test_serial test_crypto test_chalresp +XFAIL_TESTS = test_chalresp