ndctl/Makefile.am neglected to explicitly add util/filter.{c,h} to
ndctl_SOURCES. In the past, this has been a cause for distro build
failures.Cc: Dan Williams <[email protected]> Signed-off-by: Vishal Verma <[email protected]> --- ndctl/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ndctl/Makefile.am b/ndctl/Makefile.am index 264c4ed..49c6c4a 100644 --- a/ndctl/Makefile.am +++ b/ndctl/Makefile.am @@ -18,7 +18,9 @@ ndctl_SOURCES = ndctl.c \ check.c \ region.c \ dimm.c \ - ../util/log.c \ + ../util/log.c \ + ../util/filter.c \ + ../util/filter.h \ list.c \ ../util/json.c \ ../util/json.h \ -- 2.21.1 _______________________________________________ Linux-nvdimm mailing list -- [email protected] To unsubscribe send an email to [email protected]
