diff options
author | Stef Walter <stefw@gnome.org> | 2013-01-24 09:30:33 +0100 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2013-02-04 10:55:47 +0100 |
commit | 43a3f5df8124bb85567feb18975d19fa1b639b9f (patch) | |
tree | 1911b6dd6627d91d6fc4a320c73664e280fca35c /doc | |
parent | 7ddff6795830deff6ec5fb1b8b0c704fbdea2c97 (diff) |
Add more mock-module implementation
* Move mock code into the common/ directory to be used by multiple
components of p11-kit
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 76e202f..999b4b3 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -48,6 +48,9 @@ IGNORE_HFILES= \ conf.h \ debug.h \ dict.h \ + mock-module.h \ + pkcs11.h \ + private.h \ util.h \ array.h \ compat.h \ |