wrong path on mac; refs #6

master
Marc Wäckerlin 14 years ago
parent 4d224bc2bd
commit d09cb4644b
  1. 9
      src/makefile.am

@ -7,6 +7,11 @@
include_HEADERS = pcsc.hxx cryptoki.hxx openssl.hxx cryptaux.hxx
if MAC
AM_CPPFLAGS += -I/opt/local/include -I/Library/OpenSC/include
AM_LDFLAGS = -F/System/Library/Frameworks/PCSC.framework
endif
pkcs11dir = ${includedir}/pkcs11
pkcs11_HEADERS = pkcs11/apiclient.h pkcs11/pkcs11.h pkcs11/pkcs11types.h
@ -21,10 +26,6 @@ lib_LTLIBRARIES = libcryptoki++.la
libcryptoki___la_SOURCES = cryptoki.cxx cryptoki.hxx version.cxx
libcryptoki___la_LIBADD = -lssl
if MAC
AM_CPPFLAGS+=-I/Library/OpenSC/include
AM_LDFLAGS=-F/System/Library/Frameworks/PCSC.framework
endif
if !MINGW32
if !MAC
libcryptoki___la_LIBADD += -lpcsclite

Loading…
Cancel
Save