build: Add new files from ell

This commit is contained in:
Denis Kenzior 2017-08-14 16:01:30 -05:00
parent 45e4626d80
commit d67f8acd57
1 changed files with 4 additions and 1 deletions

View File

@ -49,7 +49,10 @@ ell_sources = ell/ell.h ell/private.h ell/missing.h \
ell/tls.h ell/tls.c \
ell/tls-record.c \
ell/uuid.h ell/uuid.c \
ell/key.h ell/key.c
ell/key.h ell/key.c \
ell/asn1-private.h \
ell/pkcs5.h ell/pkcs5.c \
ell/pkcs5-private.h
ell_libell_internal_la_SOURCES = $(ell_sources)