implement authenticate

This commit is contained in:
Klas Lindfors
2014-02-03 15:08:15 +01:00
parent 8069baa283
commit 013161014b
3 changed files with 68 additions and 4 deletions
+4 -2
View File
@@ -25,12 +25,14 @@
# for the parts of OpenSSL used as well as that of the covered work.
AM_CFLAGS = $(WERROR_CFLAGS) $(WARN_CFLAGS)
AM_CPPFLAGS = $(PCSC_CFLAGS)
AM_CPPFLAGS = $(PCSC_CFLAGS) $(OPENSSL_CFLAGS)
ACLOCAL_AMFLAGS = -I m4
bin_PROGRAMS = yubico-piv-tool
yubico_piv_tool_SOURCES = yubico-piv-tool.c
yubico_piv_tool_SOURCES += cmdline.ggo cmdline.c cmdline.h
yubico_piv_tool_LDADD = $(PCSC_LIBS)
yubico_piv_tool_LDADD = $(PCSC_LIBS) $(OPENSSL_LIBS)
cmdline.c cmdline.h: cmdline.ggo Makefile.am
gengetopt --input $^