From: Brian Behlendorf Date: Thu, 23 Aug 2012 16:46:38 +0000 (-0700) Subject: Add copy-builtin to EXTRA_DIST X-Git-Tag: spl-0.6.0-rc11~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=039bae18ca3037124cd99384e782e3a2dc3e13f7;p=spl Add copy-builtin to EXTRA_DIST The copy-builtin script was accidentally not being included in the tarballs. Signed-off-by: Brian Behlendorf Closes #159 --- diff --git a/Makefile.am b/Makefile.am index a60ce1a..6000a7d 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 475ab08..7c43ef1 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