diff options
author | Brian Behlendorf <[email protected]> | 2012-08-23 09:49:54 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2012-08-23 09:50:00 -0700 |
commit | 56b45e698d454150d88368427fad97fc0a726014 (patch) | |
tree | 6b39e59d38da04ae2906afd54148d16ac57e6d60 /Makefile.am | |
parent | cf997d797b49384572c23b6b605bf72bd1415b35 (diff) |
Add copy-builtin to EXTRA_DIST
The copy-builtin script was accidentally not being included in
the tarballs.
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #880
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 89e094ebe..9ffd6be7b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,7 @@ EXTRA_DIST = autogen.sh zfs.spec.in zfs-modules.spec.in EXTRA_DIST += config/config.awk config/rpm.am config/deb.am config/tgz.am EXTRA_DIST += META DISCLAIMER COPYRIGHT README.markdown EXTRA_DIST += OPENSOLARIS.LICENSE ZFS.RELEASE -EXTRA_DIST += dkms.postinst +EXTRA_DIST += dkms.postinst copy-builtin noinst_HEADERS = zfs_config.h zfs.release distclean-local:: |