aboutsummaryrefslogtreecommitdiff
path: root/unpack
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-05-19 21:46:34 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-05-19 21:46:34 +0200
commitbc2bdb3c4f5cb969635f320beaa9e7bcf42450b2 (patch)
tree8e24aa2d76d79620558186bb0aa9a4c270c77672 /unpack
parent0a83c3d1709e88656be7d3f2d53259b550b57128 (diff)
Add ZSTD compressor implementation
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'unpack')
-rw-r--r--unpack/Makemodule.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/unpack/Makemodule.am b/unpack/Makemodule.am
index c68a005..6829681 100644
--- a/unpack/Makemodule.am
+++ b/unpack/Makemodule.am
@@ -20,4 +20,8 @@ if WITH_LZ4
rdsquashfs_LDADD += $(LZ4_LIBS)
endif
+if WITH_LZ4
+rdsquashfs_LDADD += $(ZSTD_LIBS)
+endif
+
bin_PROGRAMS += rdsquashfs