]> git.proxmox.com Git - mirror_zfs.git/blobdiff - tests/zfs-tests/tests/functional/hkdf/Makefile.am
autoconf: use include directives instead of recursing down lib
[mirror_zfs.git] / tests / zfs-tests / tests / functional / hkdf / Makefile.am
index 378bcf531d847b32057e276851e9be8409b5554d..bb8a41f6c0c1b0176b7cd804619c70a0476a0ee3 100644 (file)
@@ -1,21 +1,8 @@
 include $(top_srcdir)/config/Rules.am
 
-LDADD = \
-       $(top_builddir)/lib/libnvpair/libnvpair.la \
-       $(top_builddir)/lib/libzpool/libzpool.la
-
-AUTOMAKE_OPTIONS = subdir-objects
-
-pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/tests/functional/hkdf
-
-dist_pkgdata_SCRIPTS = \
-       setup.ksh \
-       cleanup.ksh \
-       run_hkdf_test.ksh
-
 pkgexecdir = $(datadir)/@PACKAGE@/zfs-tests/tests/functional/hkdf
 
-pkgexec_PROGRAMS = \
-       hkdf_test
-
+pkgexec_PROGRAMS = hkdf_test
 hkdf_test_SOURCES = hkdf_test.c
+hkdf_test_LDADD = \
+       $(abs_top_builddir)/libzpool.la