From e30e057b36ad8bae44ec484a7522225166f3c68f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Wed, 26 Oct 2011 09:43:52 +0000 Subject: [PATCH] add libraries; refs #15 --- src/makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/makefile.am b/src/makefile.am index 808d54e..d531704 100644 --- a/src/makefile.am +++ b/src/makefile.am @@ -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