X-Git-Url: http://www.average.org/gitweb/?p=pam_pcsc_cr.git;a=blobdiff_plain;f=Makefile.am;h=05241a328372188c2554c0ab36191978b4868054;hp=23711acba19c056e87359fe0cff182c67457245f;hb=55045da5118553f462a83ff65540ae026c44bdb0;hpb=582620961e80e33514b39ab76648be761fd55368 diff --git a/Makefile.am b/Makefile.am index 23711ac..05241a3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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