X-Git-Url: http://www.average.org/gitweb/?p=pam_pcsc_cr.git;a=blobdiff_plain;f=Makefile.am;h=d974a5c104cac542f57c1a394d3c5488138f2653;hp=850b33dbc69e04706f581b4e5390f08d7dd79af1;hb=dc8959a3cb5615448ea9307a3277e608ffd8a6dd;hpb=ec614a7e3bc846cf9d3477303901759609c8f12f;ds=inline diff --git a/Makefile.am b/Makefile.am index 850b33d..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 serial.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 = serial.c 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,11 +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_serial test_crypto test_chalresp +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_chalresp_LDADD = libpcsc_cr.la -EXTRA_DIST = autogen.sh +EXTRA_DIST = autogen.sh README_CR -TESTS = test_serial test_crypto test_chalresp +TESTS = test_auth test_serial test_crypto test_chalresp +XFAIL_TESTS = test_chalresp