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