]> www.average.org Git - pam_pcsc_cr.git/blobdiff - Makefile.am
fix args order
[pam_pcsc_cr.git] / Makefile.am
index 23711acba19c056e87359fe0cff182c67457245f..c2b8529fc244d26038e1d64d3c6391101ec545a0 100644 (file)
@@ -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
 
 pam_pcsc_cr_la_LDFLAGS = -module -avoid-version
 pam_pcsc_cr_la_LIBADD = libpcsc_cr.la
 
-check_PROGRAMS = test_cr
+check_PROGRAMS = test_crypto test_cr
+test_crypto_LDADD = libpcsc_cr.la
 test_cr_LDADD = libpcsc_cr.la
 
 EXTRA_DIST = autogen.sh
 
 test_cr_LDADD = libpcsc_cr.la
 
 EXTRA_DIST = autogen.sh
 
-TESTS = test_cr
+TESTS = test_crypto test_cr