diff options
Diffstat (limited to 'tests/zfs-tests/include/Makefile.am')
-rw-r--r-- | tests/zfs-tests/include/Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/zfs-tests/include/Makefile.am b/tests/zfs-tests/include/Makefile.am new file mode 100644 index 000000000000..16cdf2c81432 --- /dev/null +++ b/tests/zfs-tests/include/Makefile.am @@ -0,0 +1,14 @@ +include $(top_srcdir)/config/Substfiles.am + +pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/include +dist_pkgdata_DATA = \ + blkdev.shlib \ + commands.cfg \ + libtest.shlib \ + math.shlib \ + properties.shlib \ + tunables.cfg \ + zpool_script.shlib + +nodist_pkgdata_DATA = default.cfg +SUBSTFILES += $(nodist_pkgdata_DATA) |