mingw libs changed; refs #30

This commit is contained in:
Marc Wäckerlin
2014-04-28 09:27:25 +00:00
parent 9040e2dd54
commit a0ece73632

View File

@@ -13,7 +13,7 @@ include_HEADERS = pcsc.hxx cryptoki.hxx openssl.hxx cryptaux.hxx \
noinst_HEADERS = cardgui.hxx cardgui-model.hxx
if MINGW32
AM_LDFLAGS = /opt/local/i586-mingw32msvc/lib/winscard.a -leay32
AM_LDFLAGS = -lwinscard
endif
if !MINGW32
if MAC
@@ -42,7 +42,7 @@ libpcscxx_la_SOURCES = cryptoki.cxx cryptoki.hxx pcsc.cxx version.cxx \
libpcscxx_la_LDFLAGS = -version-info ${LIB_VERSION}
libpcscxx_la_LIBADD = -lssl -lcrypto
if MINGW32
libpcscxx_la_LIBADD += -lgdi32 -lws2_32
libpcscxx_la_LIBADD +=
else
libpcscxx_la_LIBADD += -ldl
if !MAC