diff options
Diffstat (limited to 'tests/zfs-tests/callbacks/Makefile.am')
-rw-r--r-- | tests/zfs-tests/callbacks/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/zfs-tests/callbacks/Makefile.am b/tests/zfs-tests/callbacks/Makefile.am new file mode 100644 index 000000000..71947f308 --- /dev/null +++ b/tests/zfs-tests/callbacks/Makefile.am @@ -0,0 +1,4 @@ +pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/callbacks +dist_pkgdata_SCRIPTS = \ + zfs_dbgmsg.ksh \ + zfs_dmesg.ksh |