From 3bd0f9f397f05e41d688921139b0879b36ab9ca0 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Thu, 9 Dec 2010 18:05:27 +0200 Subject: vscclient: correctly use built libcacard --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index b3fb321..32a9375 100644 --- a/Makefile.am +++ b/Makefile.am @@ -57,7 +57,7 @@ vscclient_SOURCES = \ $(NULL) vscclient_LDADD = \ - -lcacard \ + $(top_builddir)/libcacard.la \ $(NULL) doclean: -- cgit v1.2.3