X-Git-Url: http://www.average.org/gitweb/?p=pam_pcsc_cr.git;a=blobdiff_plain;f=Makefile.am;h=43c4263b0e535b76cc758526675b03a8760f66c2;hp=3559ca10e74ccf43fc0327353b4477f6a5e0c722;hb=9b697bd4732dad5e1d105623f3a4480a1e6b79f0;hpb=ecefc4912f36f9153e63e7e0ee90d8ef69898fed diff --git a/Makefile.am b/Makefile.am index 3559ca1..43c4263 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,10 +15,11 @@ 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_chalresp +check_PROGRAMS = test_serial test_crypto test_chalresp +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_crypto test_chalresp +TESTS = test_serial test_crypto test_chalresp