diff options
author | Stef Walter <stefw@gnome.org> | 2013-03-08 22:52:24 +0100 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2013-03-08 22:54:02 +0100 |
commit | ab14d9291df41b27f70ec3158d94f50f68ed80e1 (patch) | |
tree | 5ff9342c64f1da3f3adebe7e9551b01bc34a3960 /trust/tests/Makefile.am | |
parent | 6ecf586a1e31f2874c7b185f4f2061aa9e83c08a (diff) |
trust: add a simple frob-nss-token tool to dump distrust
Add a simple tool to dump NSS style distrust attributes from
a module.
Diffstat (limited to 'trust/tests/Makefile.am')
-rw-r--r-- | trust/tests/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/trust/tests/Makefile.am b/trust/tests/Makefile.am index 3cb7a02..4e9d75a 100644 --- a/trust/tests/Makefile.am +++ b/trust/tests/Makefile.am @@ -34,8 +34,14 @@ CHECK_PROGS = \ noinst_PROGRAMS = \ frob-token \ + frob-nss-trust \ $(CHECK_PROGS) +frob_nss_trust_LDADD = \ + $(top_builddir)/common/libp11-library.la \ + $(top_builddir)/common/libp11-compat.la \ + $(top_builddir)/p11-kit/libp11-kit.la + TESTS = $(CHECK_PROGS:=$(EXEEXT)) EXTRA_DIST = \ |