From d6b81e21b38154b9e41f5522cb71e1735f243f4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Thu, 7 Oct 2010 12:04:07 +0000 Subject: [PATCH] removed -lssl; refs #9 --- src/makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makefile.am b/src/makefile.am index c56831a..32a1217 100644 --- a/src/makefile.am +++ b/src/makefile.am @@ -29,7 +29,7 @@ EXTRA_DIST = $(pkgconfig_DATA).in $(shell ls -1 *.doc) lib_LTLIBRARIES = libcryptoki++.la libcryptoki___la_SOURCES = cryptoki.cxx cryptoki.hxx pcsc.cxx version.cxx -libcryptoki___la_LIBADD = -lssl +libcryptoki___la_LIBADD = if !MINGW32 if !MAC libcryptoki___la_LIBADD += -lpcsclite