compiles on mac; refs #6

This commit is contained in:
Marc Wäckerlin
2010-08-27 13:10:50 +00:00
parent 5c62ed3d53
commit dcc9a84734
5 changed files with 10 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ endif
LDFLAGS=
if MAC
AM_CPPFLAGS+=-I/Library/OpenSC/include
LDFLAGS += -F/System/Library/Frameworks/PCSC.framework -framework PCSC
LDFLAGS += -F/System/Library/Frameworks/PCSC.framework -framework PCSC -L/opt/local/lib -lcrypto
endif
if !MINGW32
if !MAC