X-Git-Url: http://www.average.org/gitweb/?p=pam_pcsc_cr.git;a=blobdiff_plain;f=Makefile.am;h=c2b8529fc244d26038e1d64d3c6391101ec545a0;hp=23711acba19c056e87359fe0cff182c67457245f;hb=3a6f66a41cbe4e700bf244a3a734536752126620;hpb=582620961e80e33514b39ab76648be761fd55368 diff --git a/Makefile.am b/Makefile.am index 23711ac..c2b8529 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 -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 -TESTS = test_cr +TESTS = test_crypto test_cr