build: Update to the new ell files

This commit is contained in:
Denis Kenzior 2023-07-17 22:51:50 -05:00
parent b736f07e2e
commit 613ad4bc32
1 changed files with 4 additions and 2 deletions

View File

@ -63,7 +63,8 @@ ell_headers = ell/util.h \
ell/dhcp6.h \
ell/acd.h \
ell/cleanup.h \
ell/netconfig.h
ell/netconfig.h \
ell/sysctl.h
ell_sources = ell/private.h \
ell/missing.h \
@ -143,7 +144,8 @@ ell_sources = ell/private.h \
ell/dhcp6-lease.c \
ell/dhcp6-transport.c \
ell/acd.c \
ell/netconfig.c
ell/netconfig.c \
ell/sysctl.c
ell_shared = ell/useful.h ell/asn1-private.h