drop direct PCSC dependency for the tool

This commit is contained in:
Klas Lindfors
2014-06-17 09:16:51 +02:00
parent 56bee46ed3
commit 9eb5c7fda1
2 changed files with 2 additions and 12 deletions
+2 -3
View File
@@ -25,14 +25,13 @@
# for the parts of OpenSSL used as well as that of the covered work.
AM_CFLAGS = $(WERROR_CFLAGS) $(WARN_CFLAGS)
AM_CPPFLAGS = $(OPENSSL_CFLAGS) $(PCSC_CFLAGS)
AM_CPPFLAGS = $(OPENSSL_CFLAGS)
AM_CPPFLAGS += -I$(top_srcdir)/lib -I$(top_builddir)/lib
bin_PROGRAMS = yubico-piv-tool
yubico_piv_tool_SOURCES = yubico-piv-tool.c yubico-piv-tool.h2m
yubico_piv_tool_SOURCES += cmdline.ggo cmdline.c cmdline.h
yubico_piv_tool_LDADD = $(OPENSSL_LIBS) $(PCSC_LIBS)
yubico_piv_tool_LDADD += $(LTLIBWINSCARD) $(PCSC_MACOSX_LIBS)
yubico_piv_tool_LDADD = $(OPENSSL_LIBS)
yubico_piv_tool_LDADD += ../lib/libykpiv.la
cmdline.c cmdline.h: cmdline.ggo Makefile.am