]> www.average.org Git - pam_pcsc_cr.git/blob - Makefile.am
path= and injectauth params
[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 libdir = $(PAMDIR)
7 DEFS = -DDEBUG_PAM -DPAM_DEBUG @DEFS@
8
9 noinst_HEADERS = pcsc_cr.h token.h crypto_if.h crypto.h serial.h authobj.h \
10                 authfile.h
11
12 EXTRA_LTLIBRARIES = libpcsc_cr.la
13 libpcsc_cr_la_SOURCES = authfile.c authobj.c serial.c crypto.c pcsc_cr.c \
14                         ykneo.c
15 EXTRA_libpcsc_cr_la_SOURCES = ossl_crypto.c tom_crypto.c gnu_crypto.c
16 libpcsc_cr_la_LIBADD = @CRYPTO_OBJS@
17 libpcsc_cr_la_DEPENDENCIES = @CRYPTO_OBJS@
18
19 lib_LTLIBRARIES = pam_pcsc_cr.la
20 pam_pcsc_cr_la_LDFLAGS = -module -avoid-version
21 pam_pcsc_cr_la_LIBADD = libpcsc_cr.la
22
23 bin_PROGRAMS = pam_cr_setup
24 pam_cr_setup_LDADD = libpcsc_cr.la
25
26 check_PROGRAMS = test_auth test_serial test_crypto test_chalresp
27 test_auth_LDADD = libpcsc_cr.la
28 test_serial_LDADD = libpcsc_cr.la
29 test_crypto_LDADD = libpcsc_cr.la
30 test_chalresp_LDADD = libpcsc_cr.la
31
32 EXTRA_DIST = autogen.sh README_CR
33
34 TESTS = test_auth test_serial test_crypto test_chalresp
35 XFAIL_TESTS = test_chalresp