build: Add ell/uuid.[ch]

This commit is contained in:
Denis Kenzior 2015-08-31 21:31:48 -05:00
parent fd4d58896e
commit 265994edac
1 changed files with 2 additions and 1 deletions

View File

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