build: Add key.[ch] in ell

This commit is contained in:
Denis Kenzior 2016-03-09 13:29:04 -06:00
parent 07f49bc02d
commit d86b8d2b83
1 changed files with 2 additions and 1 deletions

View File

@ -45,7 +45,8 @@ ell_sources = ell/ell.h ell/private.h ell/missing.h \
ell/tls-private.h \
ell/tls.h ell/tls.c \
ell/tls-record.c \
ell/uuid.h ell/uuid.c
ell/uuid.h ell/uuid.c \
ell/key.h ell/key.c
ell_libell_internal_la_SOURCES = $(ell_sources)