]> granicus.if.org Git - p11-kit/commitdiff
Fix dependency between p11-kit command and library
authorStef Walter <stef@thewalter.net>
Tue, 25 Jun 2013 12:43:02 +0000 (14:43 +0200)
committerStef Walter <stef@thewalter.net>
Tue, 25 Jun 2013 12:43:02 +0000 (14:43 +0200)
p11-kit/Makefile.am

index a8f7da7114b76d78e3e7003f8e91fcfda3cda24c..72dc2ff049a2359e03cb685b5923fe60af4a3914 100644 (file)
@@ -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) \