]> www.average.org Git - pam_pcsc_cr.git/blob - Makefile.am
make hardware test XFAIL
[pam_pcsc_cr.git] / Makefile.am
1 # $Id: Makefile.am 295 2005-05-13 14:58:27Z crosser $
2                                                                                 
3 AUTOMAKE_OPTIONS = foreign
4 ACLOCAL_AMFLAGS = -I m4
5
6 noinst_HEADERS = pcsc_cr.h token.h crypto_if.h crypto.h serial.h authobj.h
7
8 EXTRA_LTLIBRARIES = libpcsc_cr.la
9 libpcsc_cr_la_SOURCES = authobj.c serial.c crypto.c pcsc_cr.c ykneo.c
10 EXTRA_libpcsc_cr_la_SOURCES = ossl_crypto.c tom_crypto.c
11 libpcsc_cr_la_LIBADD = @CRYPTO_OBJS@
12 libpcsc_cr_la_DEPENDENCIES = @CRYPTO_OBJS@
13
14 lib_LTLIBRARIES = pam_pcsc_cr.la
15 pam_pcsc_cr_la_LDFLAGS = -module -avoid-version
16 pam_pcsc_cr_la_LIBADD = libpcsc_cr.la
17
18 check_PROGRAMS = test_auth test_serial test_crypto test_chalresp
19 test_auth_LDADD = libpcsc_cr.la
20 test_serial_LDADD = libpcsc_cr.la
21 test_crypto_LDADD = libpcsc_cr.la
22 test_chalresp_LDADD = libpcsc_cr.la
23
24 EXTRA_DIST = autogen.sh README_CR
25
26 TESTS = test_auth test_serial test_crypto test_chalresp
27 XFAIL_TESTS = test_chalresp