From: Stef Walter Date: Tue, 25 Jun 2013 12:43:02 +0000 (+0200) Subject: Fix dependency between p11-kit command and library X-Git-Tag: 0.19.2~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c807b2432bb954caf89f3092b65ea61a1bc6942e;p=p11-kit Fix dependency between p11-kit command and library --- diff --git a/p11-kit/Makefile.am b/p11-kit/Makefile.am index a8f7da7..72dc2ff 100644 --- a/p11-kit/Makefile.am +++ b/p11-kit/Makefile.am @@ -128,7 +128,7 @@ p11_kit_CFLAGS = \ $(NULL) p11_kit_LDADD = \ - $(top_builddir)/p11-kit/libp11-kit.la \ + libp11-kit.la \ $(top_builddir)/common/libp11-tool.la \ $(top_builddir)/common/libp11-common.la \ $(LTLIBINTL) \