summaryrefslogtreecommitdiffstats
path: root/tests/zfs-tests/include/Makefile.am
blob: 579e1356ed0e25ef613c20899e4b22c77b70bdce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/include
dist_pkgdata_SCRIPTS = \
	commands.cfg \
	default.cfg \
	libtest.shlib \
	math.shlib \
	properties.shlib \
	zpool_script.shlib

EXTRA_DIST=default.cfg.in

distclean-local::
	-$(RM) $(dist_pkgdata_SCRIPTS)