fix winscard-link on mingw; refs #28
This commit is contained in:
@@ -13,8 +13,9 @@ 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 = /opt/local/i586-mingw32msvc/lib/winscard.a -leay32
|
||||||
else
|
endif
|
||||||
|
if !MINGW32
|
||||||
if MAC
|
if MAC
|
||||||
AM_CPPFLAGS += -I/opt/local/include -I/Library/OpenSC/include
|
AM_CPPFLAGS += -I/opt/local/include -I/Library/OpenSC/include
|
||||||
AM_LDFLAGS = -F/System/Library/Frameworks/PCSC.framework -L/opt/local/lib -framework PCSC
|
AM_LDFLAGS = -F/System/Library/Frameworks/PCSC.framework -L/opt/local/lib -framework PCSC
|
||||||
|
Reference in New Issue
Block a user