diff options
-rw-r--r-- | tests/zfs-tests/tests/functional/hkdf/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/zfs-tests/tests/functional/hkdf/Makefile.am b/tests/zfs-tests/tests/functional/hkdf/Makefile.am index d0a68f442..3ac26ed21 100644 --- a/tests/zfs-tests/tests/functional/hkdf/Makefile.am +++ b/tests/zfs-tests/tests/functional/hkdf/Makefile.am @@ -2,8 +2,7 @@ include $(top_srcdir)/config/Rules.am AM_CPPFLAGS += -I$(top_srcdir)/include AM_CPPFLAGS += -I$(top_srcdir)/lib/libspl/include -LDADD = $(top_srcdir)/lib/libicp/libicp.la -LDADD += $(top_srcdir)/lib/libzpool/libzpool.la +LDADD = $(top_srcdir)/lib/libzpool/libzpool.la AUTOMAKE_OPTIONS = subdir-objects |