From 6732fc693b267a121a46948df9f9efd8bc0816fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Tue, 22 Sep 2009 07:58:10 +0000 Subject: [PATCH] linkable again --- src/makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makefile.am b/src/makefile.am index 922c2ac..31be34f 100644 --- a/src/makefile.am +++ b/src/makefile.am @@ -12,7 +12,7 @@ pkcs11dir = ${includedir}/pkcs11 lib_LTLIBRARIES = libcryptoki++.la libcryptoki___la_SOURCES = cryptoki.cxx cryptoki.hxx ${pkcs11_HEADERS} -libcryptoki___la_LIBADD = -llibssl +libcryptoki___la_LIBADD = -lssl if BUILD_WIN else