mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 10:01:01 +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 #159
This commit is contained in:
parent
3a9c241e55
commit
039bae18ca
@ -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::
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user