diff options
Diffstat (limited to 'p11-kit/Makefile.am')
-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 99d7d1a..6f2fc19 100644 --- a/p11-kit/Makefile.am +++ b/p11-kit/Makefile.am @@ -10,10 +10,10 @@ inc_HEADERS = \ pkcs11.h MODULE_SRCS = \ + util.c util.h \ conf.c conf.h \ debug.c debug.h \ hash.c hash.h \ - util.c util.h \ modules.c \ proxy.c \ private.h \ |