mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +01:00
build: added ell/time.[ch] to Makefile.am
This commit is contained in:
parent
39ee15dbc3
commit
425cb2aa49
@ -57,7 +57,8 @@ ell_headers = ell/util.h \
|
|||||||
ell/dhcp.h \
|
ell/dhcp.h \
|
||||||
ell/cert.h \
|
ell/cert.h \
|
||||||
ell/ecc.h \
|
ell/ecc.h \
|
||||||
ell/ecdh.h
|
ell/ecdh.h \
|
||||||
|
ell/time.h
|
||||||
|
|
||||||
ell_sources = ell/private.h \
|
ell_sources = ell/private.h \
|
||||||
ell/missing.h \
|
ell/missing.h \
|
||||||
@ -122,7 +123,8 @@ ell_sources = ell/private.h \
|
|||||||
ell/ecc-external.c \
|
ell/ecc-external.c \
|
||||||
ell/ecc-private.h \
|
ell/ecc-private.h \
|
||||||
ell/ecc.c \
|
ell/ecc.c \
|
||||||
ell/ecdh.c
|
ell/ecdh.c \
|
||||||
|
ell/time.c
|
||||||
|
|
||||||
ell_libell_internal_la_SOURCES = $(ell_headers) $(ell_sources)
|
ell_libell_internal_la_SOURCES = $(ell_headers) $(ell_sources)
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user