mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-29 05:39:24 +01:00
build: Add ell/path.[ch] to build
This commit is contained in:
parent
e6102141f5
commit
a6e8622677
@ -58,7 +58,8 @@ ell_headers = ell/util.h \
|
|||||||
ell/cert.h \
|
ell/cert.h \
|
||||||
ell/ecc.h \
|
ell/ecc.h \
|
||||||
ell/ecdh.h \
|
ell/ecdh.h \
|
||||||
ell/time.h
|
ell/time.h \
|
||||||
|
ell/path.h
|
||||||
|
|
||||||
ell_sources = ell/private.h \
|
ell_sources = ell/private.h \
|
||||||
ell/missing.h \
|
ell/missing.h \
|
||||||
@ -124,7 +125,8 @@ ell_sources = ell/private.h \
|
|||||||
ell/ecc-private.h \
|
ell/ecc-private.h \
|
||||||
ell/ecc.c \
|
ell/ecc.c \
|
||||||
ell/ecdh.c \
|
ell/ecdh.c \
|
||||||
ell/time.c
|
ell/time.c \
|
||||||
|
ell/path.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