mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 01:51:00 +03:00
Add copy-builtin to EXTRA_DIST
The copy-builtin script was accidentally not being included in the tarballs. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #880
This commit is contained in:
parent
cf997d797b
commit
56b45e698d
@ -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::
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user