X-Git-Url: http://www.average.org/gitweb/?p=pam_pcsc_cr.git;a=blobdiff_plain;f=Makefile.am;h=ab96020824ee1c1ef065750a73e1ef6062893cc5;hp=d974a5c104cac542f57c1a394d3c5488138f2653;hb=7d93eea67d10d01d129f5434ddc8bc4a4f3060d8;hpb=4a5da38dfd8b0236564ffe6b70eab1eeb399fff0;ds=sidebyside diff --git a/Makefile.am b/Makefile.am index d974a5c..ab96020 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,6 +3,9 @@ AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 +libdir = $(PAMDIR) +DEFS = -DDEBUG_PAM -DPAM_DEBUG @DEFS@ + noinst_HEADERS = pcsc_cr.h token.h crypto_if.h crypto.h serial.h authobj.h \ authfile.h @@ -26,7 +29,7 @@ test_serial_LDADD = libpcsc_cr.la test_crypto_LDADD = libpcsc_cr.la test_chalresp_LDADD = libpcsc_cr.la -EXTRA_DIST = autogen.sh README_CR +EXTRA_DIST = autogen.sh README.md README_CR TESTS = test_auth test_serial test_crypto test_chalresp XFAIL_TESTS = test_chalresp