From 5d9e0401fcbc31f7dff65d54e5e3480a2c493c8f Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 14 Oct 2021 16:54:42 -0500 Subject: [PATCH] build: Add cleanup.h --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index ab1682bd..0165b44b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -61,7 +61,8 @@ ell_headers = ell/util.h \ ell/path.h \ ell/icmp6.h \ ell/dhcp6.h \ - ell/acd.h + ell/acd.h \ + ell/cleanup.h ell_sources = ell/private.h \ ell/missing.h \