Skip to content

Commit

Permalink
Make the zstd module and contrib code be included in the dist archive
Browse files Browse the repository at this point in the history
Signed-off-by: Allan Jude <allanjude@freebsd.org>
  • Loading branch information
allanjude committed Sep 10, 2019
1 parent 7959e9f commit 36f34c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions configure.ac
Expand Up @@ -136,6 +136,7 @@ AC_CONFIG_FILES([
contrib/pyzfs/Makefile
contrib/pyzfs/setup.py
contrib/zcp/Makefile
contrib/zstd/Makefile
module/Makefile
module/avl/Makefile
module/nvpair/Makefile
Expand Down
2 changes: 1 addition & 1 deletion contrib/Makefile.am
@@ -1,2 +1,2 @@
SUBDIRS = bash_completion.d dracut initramfs pyzfs zcp
DIST_SUBDIRS = bash_completion.d dracut initramfs pyzfs zcp
DIST_SUBDIRS = bash_completion.d dracut initramfs pyzfs zcp zstd
1 change: 1 addition & 0 deletions contrib/zstd/Makefile.am
@@ -0,0 +1 @@
EXTRA_DIST = zstd-1.4.3

0 comments on commit 36f34c0

Please sign in to comment.