build: Add file.[ch] from ell

This commit is contained in:
Denis Kenzior 2017-09-22 10:07:06 -05:00
parent 2ebc64db55
commit ac819aea67
1 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,8 @@ ell_sources = ell/ell.h ell/private.h ell/missing.h \
ell/key.h ell/key.c \
ell/asn1-private.h \
ell/pkcs5.h ell/pkcs5.c \
ell/pkcs5-private.h
ell/pkcs5-private.h \
ell/file.h ell/file.c
ell_libell_internal_la_SOURCES = $(ell_sources)