diff options
Diffstat (limited to 'tests/zfs-tests/include/Makefile.am')
-rw-r--r-- | tests/zfs-tests/include/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/zfs-tests/include/Makefile.am b/tests/zfs-tests/include/Makefile.am index d6fb32b61..579e1356e 100644 --- a/tests/zfs-tests/include/Makefile.am +++ b/tests/zfs-tests/include/Makefile.am @@ -6,3 +6,8 @@ dist_pkgdata_SCRIPTS = \ math.shlib \ properties.shlib \ zpool_script.shlib + +EXTRA_DIST=default.cfg.in + +distclean-local:: + -$(RM) $(dist_pkgdata_SCRIPTS) |