X-Git-Url: http://www.average.org/gitweb/?p=pam_pcsc_cr.git;a=blobdiff_plain;f=Makefile.am;h=c72f585d9be65958104564b3542dcca1ff36c855;hp=309aa12295ce95769abfd3a7c788519d9b3b6853;hb=eaaae6374b2e8949fd2d13b45e3b9cbdb95f5299;hpb=2b714d273b08b945ef677e0fbbf2c8d3d4437980 diff --git a/Makefile.am b/Makefile.am index 309aa12..c72f585 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,6 +24,8 @@ pam_pcsc_cr_la_LIBADD = libpcsc_cr.la bin_PROGRAMS = pam_cr_setup pam_cr_setup_LDADD = libpcsc_cr.la +man_MANS = pam_cr_setup.8 pam_pcsc_cr.8 + check_PROGRAMS = test_auth test_serial test_crypto test_chalresp test_base64 test_auth_LDADD = libpcsc_cr.la test_serial_LDADD = libpcsc_cr.la @@ -31,7 +33,8 @@ test_crypto_LDADD = libpcsc_cr.la test_chalresp_LDADD = libpcsc_cr.la test_base64_LDADD = libpcsc_cr.la -EXTRA_DIST = autogen.sh README.md auth-data-structure.svg +EXTRA_DIST = autogen.sh README.md auth-data-structure.svg \ + pam_cr_setup.8 pam_pcsc_cr.8 TESTS = test_auth test_serial test_crypto test_chalresp test_base64 XFAIL_TESTS = test_chalresp