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