Message ID | 148704872715.1063.10397645808975705401.stgit@dwillia2-desk3.amr.corp.intel.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 22bffbecb16d |
Headers | show |
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)
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@intel.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com> --- daxctl/Makefile.am | 1 + 1 file changed, 1 insertion(+)