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 | |
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
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | Makefile.in | 2 |
2 files changed, 2 insertions, 2 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:: diff --git a/Makefile.in b/Makefile.in index 475ab084a..7c43ef144 100644 --- a/Makefile.in +++ b/Makefile.in @@ -332,7 +332,7 @@ SUBDIRS = $(USER_DIR) $(KERNEL_DIR) AUTOMAKE_OPTIONS = foreign EXTRA_DIST = autogen.sh spl.spec.in spl-modules.spec.in META \ DISCLAIMER config/config.awk config/rpm.am config/deb.am \ - config/tgz.am dkms.postinst + config/tgz.am dkms.postinst copy-builtin noinst_HEADERS = spl_config.h spl.release all: spl_config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive |