From 5d57114113a93e65e63eb00d1f7725fec5d1eddf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Mon, 28 Apr 2014 11:49:22 +0000 Subject: [PATCH] mingw libs changed; refs #30 --- doc/examples/makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/makefile.am b/doc/examples/makefile.am index 136ca19..b120371 100644 --- a/doc/examples/makefile.am +++ b/doc/examples/makefile.am @@ -11,7 +11,7 @@ noinst_PROGRAMS = pcsc-demo cryptoki-sign-demo cryptoki-demo \ AM_CPPFLAGS += -I${top_srcdir}/src -I/usr/include/PCSC AM_LDFLAGS = -L${top_builddir}/src -lpcscxx if MINGW32 -AM_LDFLAGS += /opt/local/i586-mingw32msvc/lib/winscard.a -leay32 +AM_LDFLAGS += -lwinscard endif if MAC