diff options
author | Stef Walter <stef@thewalter.net> | 2013-07-08 18:41:33 +0200 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2013-07-08 18:41:33 +0200 |
commit | 3c36c7a68dfefdf75f7239dd7e006e7eb1366620 (patch) | |
tree | dbb307ae43ffff0f17e16dfeef457d98bc6e9bd5 /trust/Makefile.am | |
parent | dcca67d72544e394f43a8c62840692c85d5b5b29 (diff) | |
download | p11-kit-3c36c7a68dfefdf75f7239dd7e006e7eb1366620.tar.gz |
trust: Add a basic 'anchor' command to store a new anchor
Diffstat (limited to 'trust/Makefile.am')
-rw-r--r-- | trust/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/trust/Makefile.am b/trust/Makefile.am index 13f65f0..58e4889 100644 --- a/trust/Makefile.am +++ b/trust/Makefile.am @@ -90,6 +90,9 @@ trust_CFLAGS = \ $(NULL) trust_SOURCES = \ + anchor.c anchor.h \ + parser.c parser.h \ + persist.c persist.h \ extract.c extract.h \ extract-info.c \ extract-jks.c \ |