build: Add notifylist.[ch] from ell

This commit is contained in:
Denis Kenzior 2024-05-31 15:45:11 -05:00
parent b3e7b7539e
commit c1e2a6c44c
1 changed files with 4 additions and 2 deletions

View File

@ -64,7 +64,8 @@ ell_headers = ell/util.h \
ell/acd.h \
ell/cleanup.h \
ell/netconfig.h \
ell/sysctl.h
ell/sysctl.h \
ell/notifylist.h
ell_sources = ell/private.h \
ell/missing.h \
@ -145,7 +146,8 @@ ell_sources = ell/private.h \
ell/dhcp6-transport.c \
ell/acd.c \
ell/netconfig.c \
ell/sysctl.c
ell/sysctl.c \
ell/notifylist.c
ell_shared = ell/useful.h ell/asn1-private.h