diff options
Diffstat (limited to 'tests/zfs-tests/cmd/rm_lnkcnt_zero_file/Makefile.am')
-rw-r--r-- | tests/zfs-tests/cmd/rm_lnkcnt_zero_file/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/zfs-tests/cmd/rm_lnkcnt_zero_file/Makefile.am b/tests/zfs-tests/cmd/rm_lnkcnt_zero_file/Makefile.am new file mode 100644 index 000000000..90fc8d054 --- /dev/null +++ b/tests/zfs-tests/cmd/rm_lnkcnt_zero_file/Makefile.am @@ -0,0 +1,7 @@ +include $(top_srcdir)/config/Rules.am + +pkgexecdir = $(datadir)/@PACKAGE@/zfs-tests/bin + +pkgexec_PROGRAMS = rm_lnkcnt_zero_file +rm_lnkcnt_zero_file_SOURCES = rm_lnkcnt_zero_file.c +rm_lnkcnt_zero_file_LDADD = -lpthread |