X-Git-Url: http://www.average.org/gitweb/?p=pam_pcsc_cr.git;a=blobdiff_plain;f=Makefile.am;h=850b33dbc69e04706f581b4e5390f08d7dd79af1;hp=3559ca10e74ccf43fc0327353b4477f6a5e0c722;hb=ec614a7e3bc846cf9d3477303901759609c8f12f;hpb=ecefc4912f36f9153e63e7e0ee90d8ef69898fed;ds=sidebyside diff --git a/Makefile.am b/Makefile.am index 3559ca1..850b33d 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 -TESTS = test_crypto test_chalresp +TESTS = test_serial test_crypto test_chalresp