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 \
|
libcryptoki___la_SOURCES = cryptoki.cxx cryptoki.hxx pcsc.cxx \
|
||||||
version.cxx openssl-engine.cxx
|
version.cxx openssl-engine.cxx
|
||||||
libcryptoki___la_LIBADD =
|
libcryptoki___la_LIBADD = -lssl -lcrypto
|
||||||
if !MINGW32
|
if !MINGW32
|
||||||
|
libcryptoki___la_LIBADD += -ldl
|
||||||
if !MAC
|
if !MAC
|
||||||
libcryptoki___la_LIBADD += -lpcsclite
|
libcryptoki___la_LIBADD += -lpcsclite
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user