X-Git-Url: http://www.average.org/gitweb/?p=pam_pcsc_cr.git;a=blobdiff_plain;f=Makefile.am;h=d543a482f19e45406632bae7239f7da079e4fa83;hp=68070791c2f024c6c835c1ed7bad07df75f1b71a;hb=af4a47cbe298e76f76cfa6dbff8190d0158bd080;hpb=2961e53fa16c04cbb2e90015d68a0b9454c2edd6 diff --git a/Makefile.am b/Makefile.am index 6807079..d543a48 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,11 +15,12 @@ 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 +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 README_CR -TESTS = test_serial test_crypto test_chalresp +TESTS = test_auth test_serial test_crypto test_chalresp