From 1d9ca2ddb4df85b7235ec78e4996cf2d1fd775a2 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sat, 19 Feb 2011 16:33:36 +0100 Subject: Reference implementation of PKCS#11 URIs --- module/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'module/Makefile.am') 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 = \ -- cgit v1.2.3