diff options
author | Brian Behlendorf <[email protected]> | 2012-08-23 09:46:38 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2012-08-23 09:59:40 -0700 |
commit | 039bae18ca3037124cd99384e782e3a2dc3e13f7 (patch) | |
tree | 62084040c16b599cc0ca1c0e1f4c9662888abcf5 /Makefile.am | |
parent | 3a9c241e555e98d364f1152c6cf22d091b7288b6 (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 #159
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 a60ce1a5e..6000a7d14 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,7 +14,7 @@ SUBDIRS = $(USER_DIR) $(KERNEL_DIR) AUTOMAKE_OPTIONS = foreign EXTRA_DIST = autogen.sh spl.spec.in spl-modules.spec.in META DISCLAIMER EXTRA_DIST += config/config.awk config/rpm.am config/deb.am config/tgz.am -EXTRA_DIST += dkms.postinst +EXTRA_DIST += dkms.postinst copy-builtin noinst_HEADERS = spl_config.h spl.release distclean-local:: |