aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzutil
diff options
context:
space:
mode:
authorMatthew Ahrens <[email protected]>2020-09-12 08:19:48 -0700
committerGitHub <[email protected]>2020-09-12 08:19:48 -0700
commit9b77c57d5a346acc5edb5f60918cf00b815da655 (patch)
tree019764553b10d931cbf0fcfe13473827a960766f /lib/libzutil
parent8e7fe49b25d63e855a8d230d2775f99d722818ff (diff)
libzutil depends on libnvpair
libzutil depends on libnvpair, but this dependency is undeclared in the build system. Therefore it isn't possible to make a new command that depends on libzutil, but does not (directly) depend on libnvpair. This commit makes this dependency explicit. Reviewed-by: Brian Behlendorf <[email protected]> Reivewed-by: Ryan Moeller <[email protected]> Signed-off-by: Matthew Ahrens <[email protected]> Closes #10915
Diffstat (limited to 'lib/libzutil')
-rw-r--r--lib/libzutil/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libzutil/Makefile.am b/lib/libzutil/Makefile.am
index cd03ba19d..1b55ef680 100644
--- a/lib/libzutil/Makefile.am
+++ b/lib/libzutil/Makefile.am
@@ -40,6 +40,7 @@ libzutil_la_SOURCES = $(USER_C)
libzutil_la_LIBADD = \
$(abs_top_builddir)/lib/libavl/libavl.la \
$(abs_top_builddir)/lib/libtpool/libtpool.la \
+ $(abs_top_builddir)/lib/libnvpair/libnvpair.la \
$(abs_top_builddir)/lib/libspl/libspl.la
if BUILD_LINUX