From c807b2432bb954caf89f3092b65ea61a1bc6942e Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 25 Jun 2013 14:43:02 +0200 Subject: Fix dependency between p11-kit command and library --- p11-kit/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'p11-kit') 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) \ -- cgit v1.1