mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
build: added ecc/ecdh into ell headers and sources
This commit is contained in:
parent
fb656ff87a
commit
82ac1e0ba5
10
Makefile.am
10
Makefile.am
@ -55,7 +55,9 @@ ell_headers = ell/util.h \
|
||||
ell/dir.h \
|
||||
ell/net.h \
|
||||
ell/dhcp.h \
|
||||
ell/cert.h
|
||||
ell/cert.h \
|
||||
ell/ecc.h \
|
||||
ell/ecdh.h
|
||||
|
||||
ell_sources = ell/private.h \
|
||||
ell/missing.h \
|
||||
@ -114,7 +116,11 @@ ell_sources = ell/private.h \
|
||||
ell/dhcp-transport.c \
|
||||
ell/dhcp-lease.c \
|
||||
ell/cert-private.h \
|
||||
ell/cert.c
|
||||
ell/cert.c \
|
||||
ell/ecc-external.c \
|
||||
ell/ecc-private.h \
|
||||
ell/ecc.c \
|
||||
ell/ecdh.c
|
||||
|
||||
ell_libell_internal_la_SOURCES = $(ell_headers) $(ell_sources)
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user