aboutsummaryrefslogtreecommitdiffstats
path: root/tests/zfs-tests/include/Makefile.am
blob: 16cdf2c81432714eb8f4b8a9ba4521a5eaee4f79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)