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