diff options
author | Stef Walter <stefw@collabora.co.uk> | 2011-02-19 16:33:36 +0100 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2011-02-19 16:33:36 +0100 |
commit | 1d9ca2ddb4df85b7235ec78e4996cf2d1fd775a2 (patch) | |
tree | 027f6df6ca2207daa687f8775a4442e68d065965 /module/Makefile.am | |
parent | 65509aa3a7c35d8bd5a947ca87c14d4de11deb21 (diff) |
Reference implementation of PKCS#11 URIs
Diffstat (limited to 'module/Makefile.am')
-rw-r--r-- | module/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/module/Makefile.am b/module/Makefile.am index 49f0a3d..b4339a8 100644 --- a/module/Makefile.am +++ b/module/Makefile.am @@ -4,15 +4,18 @@ incdir = $(includedir)/p11-kit inc_HEADERS = \ p11-kit.h \ + p11-kit-uri.h \ pkcs11.h MODULE_SRCS = \ conf.c conf.h \ hash.c hash.h \ + util.c util.h \ p11-kit-lib.c \ p11-kit-proxy.c \ p11-kit-private.h \ p11-kit-messages.c \ + p11-kit-uri.c \ $(inc_HEADERS) lib_LTLIBRARIES = \ |