From c1e2a6c44c397695f0d15733b3f38ec2ac9d9b33 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Fri, 31 May 2024 15:45:11 -0500 Subject: [PATCH] build: Add notifylist.[ch] from ell --- Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 3f7d444a..0ef4f965 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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