From 98f50164ff2b8c83720ef46aedbeb642e8d56e79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Wed, 26 Oct 2011 10:31:22 +0000 Subject: [PATCH] add libraries for natty; refs #15 --- src/makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/makefile.am b/src/makefile.am index d531704..85bd74e 100644 --- a/src/makefile.am +++ b/src/makefile.am @@ -32,7 +32,9 @@ lib_LTLIBRARIES = libcryptoki++.la libcryptoki___la_SOURCES = cryptoki.cxx cryptoki.hxx pcsc.cxx \ version.cxx openssl-engine.cxx libcryptoki___la_LIBADD = -lssl -lcrypto -if !MINGW32 +if MINGW32 +libcryptoki___la_LIBADD += -lgdi32 -lws2_32 +else libcryptoki___la_LIBADD += -ldl if !MAC libcryptoki___la_LIBADD += -lpcsclite