daxctl does have dependencies on the uuid library via util/json.c, but the build only seems to fail in a Debian build environment. Fix this up.
Reported-by: Yilong Ren <[email protected]> Signed-off-by: Dan Williams <[email protected]> --- daxctl/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/daxctl/Makefile.am b/daxctl/Makefile.am index 9153c418cdaf..fe467d030c38 100644 --- a/daxctl/Makefile.am +++ b/daxctl/Makefile.am @@ -10,4 +10,5 @@ daxctl_SOURCES =\ daxctl_LDADD =\ lib/libdaxctl.la \ ../libutil.a \ + $(UUID_LIBS) \ $(JSON_LIBS) _______________________________________________ Linux-nvdimm mailing list [email protected] https://lists.01.org/mailman/listinfo/linux-nvdimm
