diff options
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 5f2852e..00c043b 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -39,7 +39,9 @@ noinst_LTLIBRARIES += \ $(NULL) libp11_data_la_SOURCES = \ + base64.c base64.h \ checksum.c checksum.h \ + pem.c pem.h \ pkix.asn pkix.asn.h \ $(NULL) |