diff options
author | Alon Levy <alevy@redhat.com> | 2010-12-09 18:05:27 +0200 |
---|---|---|
committer | Alon Levy <alevy@redhat.com> | 2010-12-09 18:41:37 +0200 |
commit | 3bd0f9f397f05e41d688921139b0879b36ab9ca0 (patch) | |
tree | ba6d631ebfea616366691613c765c16c61a24ef0 | |
parent | 748a911a9926c2f09a018de888b4deca9880d025 (diff) |
vscclient: correctly use built libcacard
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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: |