]> www.average.org Git - pam_pcsc_cr.git/blobdiff - Makefile.am
add convenience defines
[pam_pcsc_cr.git] / Makefile.am
index 3559ca10e74ccf43fc0327353b4477f6a5e0c722..43c4263b0e535b76cc758526675b03a8760f66c2 100644 (file)
@@ -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