From 935466d11dfba7da2c645b55c4d3bf9925c843b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Tue, 11 Jan 2011 12:06:53 +0000 Subject: [PATCH] some minor changes; refs #8 --- openssl-act-engine/src/makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssl-act-engine/src/makefile.am b/openssl-act-engine/src/makefile.am index d8cdfa6..630b843 100644 --- a/openssl-act-engine/src/makefile.am +++ b/openssl-act-engine/src/makefile.am @@ -18,7 +18,7 @@ noinst_HEADERS = actUtility.h CardKey.h CardObject.h CertificateList.h \ libengine_act_la_SOURCES = engine_front.cpp engine_sct.cpp \ CardObject.cpp CardKey.cpp SlotList.cpp \ CertificateList.cpp SecOpGuard.cpp -libengine_act_la_LDFLAGS = -version-info @LIB_VERSION@ +libengine_act_la_LDFLAGS = -version-info @LIB_VERSION@ -lact test_engine_SOURCES = test_engine.cpp test_engine_LDADD = -lssl