wrong path on mac; refs #6
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user