diff options
author | Stef Walter <stefw@gnome.org> | 2013-01-07 11:12:29 +0100 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2013-01-09 13:49:44 +0100 |
commit | 3ebc9a78d4bca0b630a8b887ab93d6cc654f2cb2 (patch) | |
tree | 03c91a439c775d400054343b4157c3720c1dd3fc /common/Makefile.am | |
parent | 4a0bd25fcafae57ef2ae0cfe8676eee2332d5951 (diff) | |
download | p11-kit-3ebc9a78d4bca0b630a8b887ab93d6cc654f2cb2.tar.gz |
Add common functions for manipulating CK_ATTRIBUTE arrays
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index c23e6d9..5d38c88 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -18,6 +18,7 @@ libp11_compat_la_SOURCES = \ $(NULL) libp11_library_la_SOURCES = \ + attrs.c attrs.h \ array.c array.h \ debug.c debug.h \ dict.c dict.h \ |