3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2025-01-12 19:32:36 +01:00

build: Add new ell files

This commit is contained in:
Denis Kenzior 2018-04-19 10:23:54 -05:00
parent 32d846470b
commit ab9c5670f7

View File

@ -61,7 +61,9 @@ ell_sources = ell/ell.h ell/private.h ell/missing.h \
ell/pkcs5-private.h \
ell/file.h ell/file.c \
ell/dbus-client.h ell/dbus-client.c \
ell/net.h ell/net.c
ell/net.h ell/net.c \
ell/dhcp.h ell/dhcp.c ell/dhcp-transport.c \
ell/dhcp-private.h ell/dhcp-lease.c
ell_libell_internal_la_SOURCES = $(ell_sources)