X-Git-Url: http://www.average.org/gitweb/?p=pam_pcsc_cr.git;a=blobdiff_plain;f=Makefile.am;h=05241a328372188c2554c0ab36191978b4868054;hp=e83b179e26a16c5468410fb4d69d9bd54194f18d;hb=55045da5118553f462a83ff65540ae026c44bdb0;hpb=d5e8195b504f9b024d4ffe4047d076633bf4e230 diff --git a/Makefile.am b/Makefile.am index e83b179..05241a3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,11 +3,11 @@ AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 -noinst_HEADERS = pcsc_cr.h token.h +noinst_HEADERS = pcsc_cr.h token.h crypto_if.h crypto.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_prypto.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,10 @@ 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_crypto test_chalresp +test_crypto_LDADD = libpcsc_cr.la +test_chalresp_LDADD = libpcsc_cr.la EXTRA_DIST = autogen.sh -TESTS = test_cr +TESTS = test_crypto test_chalresp