From 3f686da5508b8ccd43dc207cc198244fd47230a4 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Thu, 10 Dec 2020 09:45:17 -0800 Subject: [PATCH] build: add ell/acd.{c,h} to makefile --- Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 1f0b0d30..3cd7eaa6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -61,7 +61,8 @@ ell_headers = ell/util.h \ ell/time.h \ ell/path.h \ ell/icmp6.h \ - ell/dhcp6.h + ell/dhcp6.h \ + ell/acd.h ell_sources = ell/private.h \ ell/missing.h \ @@ -138,7 +139,8 @@ ell_sources = ell/private.h \ ell/icmp6.c \ ell/icmp6-private.h \ ell/dhcp6-lease.c \ - ell/dhcp6-transport.c + ell/dhcp6-transport.c \ + ell/acd.c ell_libell_internal_la_SOURCES = $(ell_headers) $(ell_sources) endif