|
|
@ -7,6 +7,11 @@ |
|
|
|
|
|
|
|
|
|
|
|
include_HEADERS = pcsc.hxx cryptoki.hxx openssl.hxx cryptaux.hxx |
|
|
|
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 |
|
|
|
pkcs11dir = ${includedir}/pkcs11 |
|
|
|
pkcs11_HEADERS = pkcs11/apiclient.h pkcs11/pkcs11.h pkcs11/pkcs11types.h |
|
|
|
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_SOURCES = cryptoki.cxx cryptoki.hxx version.cxx |
|
|
|
libcryptoki___la_LIBADD = -lssl |
|
|
|
libcryptoki___la_LIBADD = -lssl |
|
|
|
if MAC |
|
|
|
|
|
|
|
AM_CPPFLAGS+=-I/Library/OpenSC/include |
|
|
|
|
|
|
|
AM_LDFLAGS=-F/System/Library/Frameworks/PCSC.framework |
|
|
|
|
|
|
|
endif |
|
|
|
|
|
|
|
if !MINGW32 |
|
|
|
if !MINGW32 |
|
|
|
if !MAC |
|
|
|
if !MAC |
|
|
|
libcryptoki___la_LIBADD += -lpcsclite |
|
|
|
libcryptoki___la_LIBADD += -lpcsclite |
|
|
|