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 | |
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
-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 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:: diff --git a/Makefile.in b/Makefile.in index 19992b01b..76303a230 100644 --- a/Makefile.in +++ b/Makefile.in @@ -383,7 +383,7 @@ AUTOMAKE_OPTIONS = foreign EXTRA_DIST = autogen.sh zfs.spec.in zfs-modules.spec.in \ config/config.awk config/rpm.am config/deb.am config/tgz.am \ META DISCLAIMER COPYRIGHT README.markdown OPENSOLARIS.LICENSE \ - ZFS.RELEASE dkms.postinst + ZFS.RELEASE dkms.postinst copy-builtin noinst_HEADERS = zfs_config.h zfs.release all: zfs_config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive |