diff options
author | Stef Walter <stef@thewalter.net> | 2014-08-15 08:41:43 +0200 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2014-08-15 10:43:04 +0200 |
commit | 677dee1a04058aefe8c7689f88da52afe3b4b4bb (patch) | |
tree | 570bf0fb53fa659954f03e146696969ab97abe3a /trust/list.c | |
parent | 2a35a67923c26cd38839197aee51c274e5c2550e (diff) |
Move to non-recursive Makefile for building bins and libs
Still use recursive for documentation and translation.
Diffstat (limited to 'trust/list.c')
-rw-r--r-- | trust/list.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/trust/list.c b/trust/list.c index 8a172eb..a7fa4d9 100644 --- a/trust/list.c +++ b/trust/list.c @@ -40,12 +40,13 @@ #include "constants.h" #include "debug.h" #include "enumerate.h" -#include "iter.h" #include "list.h" -#include "pkcs11x.h" #include "message.h" +#include "pkcs11x.h" #include "tool.h" +#include "p11-kit/iter.h" + #include <assert.h> #include <stdlib.h> #include <string.h> |