blob: d9e6f4712585b6055a984ae79b716f8b1b9f40f9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/include
dist_pkgdata_SCRIPTS = \
commands.cfg \
default.cfg \
libtest.shlib \
math.shlib \
properties.shlib
EXTRA_DIST = \
zfs_commands.cfg
|