From 5147d71466455b3d087b3f3a7472a35e8216c55a Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Thu, 24 Jan 2013 11:34:47 +0100 Subject: Add basic trust module This is based off the roots-store from gnome-keyring and loads certificates from a root directory and exposes them as PKCS#11 objects. --- build/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build/Makefile.am') diff --git a/build/Makefile.am b/build/Makefile.am index f8841ec..de76c58 100644 --- a/build/Makefile.am +++ b/build/Makefile.am @@ -1,4 +1,6 @@ +SUBDIRS = certs + EXTRA_DIST = \ cutest \ Makefile.tests -- cgit v1.1