add libraries; refs #15
This commit is contained in:
@@ -31,8 +31,9 @@ lib_LTLIBRARIES = libcryptoki++.la
|
||||
|
||||
libcryptoki___la_SOURCES = cryptoki.cxx cryptoki.hxx pcsc.cxx \
|
||||
version.cxx openssl-engine.cxx
|
||||
libcryptoki___la_LIBADD =
|
||||
libcryptoki___la_LIBADD = -lssl -lcrypto
|
||||
if !MINGW32
|
||||
libcryptoki___la_LIBADD += -ldl
|
||||
if !MAC
|
||||
libcryptoki___la_LIBADD += -lpcsclite
|
||||
endif
|
||||
|
Reference in New Issue
Block a user