X-Git-Url: http://www.average.org/gitweb/?p=pam_pcsc_cr.git;a=blobdiff_plain;f=Makefile.am;h=2ff0be2321107972599cf37a6eea7f402846ed88;hp=ec874ec55ed505e881f9b1f616ad10ea1009d32a;hb=ce94565d49ed23d7d5ed96237ebf19c27336fcfe;hpb=1fb61b04544488148032c06475042aec167d6097 diff --git a/Makefile.am b/Makefile.am index ec874ec..2ff0be2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,6 +15,9 @@ lib_LTLIBRARIES = pam_pcsc_cr.la pam_pcsc_cr_la_LDFLAGS = -module -avoid-version pam_pcsc_cr_la_LIBADD = libpcsc_cr.la +bin_PROGRAMS = pam_cr_setup +pam_cr_setup_LDADD = libpcsc_cr.la + check_PROGRAMS = test_auth test_serial test_crypto test_chalresp test_auth_LDADD = libpcsc_cr.la test_serial_LDADD = libpcsc_cr.la