On Fri, Jan 31, 2020 at 2:48 PM Vishal Verma <[email protected]> wrote: > > 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 \
Reviewed-by: Dan Williams <[email protected]> Not sure why 'make distcheck' did not hit this previously. _______________________________________________ Linux-nvdimm mailing list -- [email protected] To unsubscribe send an email to [email protected]
