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 <yilongx.ren(a)intel.com>
Signed-off-by: Dan Williams <dan.j.williams(a)intel.com>
---
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)
Show replies by date