build: add pem-private.h to Makefile.am

This commit is contained in:
James Prestwood 2019-10-04 10:13:19 -07:00 committed by Denis Kenzior
parent e0651cf25b
commit aa94450edd
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ ell_sources = ell/private.h \
ell/base64.c \
ell/asn1-private.h \
ell/pem.c \
ell/pem-private.h \
ell/tls-private.h \
ell/tls.c \
ell/tls-record.c \