diff options
author | Stef Walter <stef@thewalter.net> | 2013-06-25 14:43:02 +0200 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2013-06-25 14:43:02 +0200 |
commit | c807b2432bb954caf89f3092b65ea61a1bc6942e (patch) | |
tree | 1ffb0e805f454089ecdb4976ef8d765638ebb571 /p11-kit | |
parent | 6daeaa08d0e7c7f49392cd9e419c74b6c8721811 (diff) |
Fix dependency between p11-kit command and library
Diffstat (limited to 'p11-kit')
-rw-r--r-- | p11-kit/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) \ |