build: Add time-private.h

This file was added to ell and compilation fails without it
This commit is contained in:
Denis Kenzior 2020-09-16 16:44:30 -05:00
parent 6b3d6f9d60
commit 6b99b33974
1 changed files with 1 additions and 0 deletions

View File

@ -128,6 +128,7 @@ ell_sources = ell/private.h \
ell/ecc.c \
ell/ecdh.c \
ell/time.c \
ell/time-private.h \
ell/path.c
ell_libell_internal_la_SOURCES = $(ell_headers) $(ell_sources)