3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-02 17:38:45 +02:00

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

View File

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