diff options
Diffstat (limited to 'p11-kit/Makefile.am')
-rw-r--r-- | p11-kit/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/p11-kit/Makefile.am b/p11-kit/Makefile.am index 9afc6b6..9366a05 100644 --- a/p11-kit/Makefile.am +++ b/p11-kit/Makefile.am @@ -7,6 +7,7 @@ incdir = $(includedir)/p11-kit-1/p11-kit inc_HEADERS = \ p11-kit.h \ + pin.h \ uri.h \ pkcs11.h @@ -16,8 +17,10 @@ MODULE_SRCS = \ debug.c debug.h \ hash.c hash.h \ modules.c \ + pin.c \ proxy.c \ private.h \ + ptr-array.c ptr-array.h \ messages.c \ uri.c \ $(inc_HEADERS) |