2020-07-11 23:35:58 +00:00
|
|
|
include $(top_srcdir)/config/Substfiles.am
|
|
|
|
|
2015-07-01 22:23:09 +00:00
|
|
|
pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/include
|
2018-04-06 23:34:21 +00:00
|
|
|
dist_pkgdata_DATA = \
|
2017-10-26 19:26:09 +00:00
|
|
|
blkdev.shlib \
|
2015-07-01 22:23:09 +00:00
|
|
|
commands.cfg \
|
|
|
|
libtest.shlib \
|
|
|
|
math.shlib \
|
2017-04-21 16:27:04 +00:00
|
|
|
properties.shlib \
|
2020-01-14 22:57:28 +00:00
|
|
|
tunables.cfg \
|
2017-04-21 16:27:04 +00:00
|
|
|
zpool_script.shlib
|
2017-05-18 19:57:21 +00:00
|
|
|
|
2018-06-07 16:59:59 +00:00
|
|
|
nodist_pkgdata_DATA = default.cfg
|
2020-07-11 23:35:58 +00:00
|
|
|
SUBSTFILES += $(nodist_pkgdata_DATA)
|