summaryrefslogtreecommitdiff
path: root/unpack
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-05-06 12:02:47 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-05-06 12:57:05 +0200
commit1cdea92b11ae260a8223f08e1e71e7487906f2f2 (patch)
tree4cb3fa8d16b79a2fa14b293e85030dc9e691ffef /unpack
parentd5068781ec2528f88aaa92fbc9a5b9c256d53499 (diff)
Add lz4 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 c3e61aa..c68a005 100644
--- a/unpack/Makemodule.am
+++ b/unpack/Makemodule.am
@@ -16,4 +16,8 @@ if WITH_LZO
rdsquashfs_LDADD += $(LZO_LIBS)
endif
+if WITH_LZ4
+rdsquashfs_LDADD += $(LZ4_LIBS)
+endif
+
bin_PROGRAMS += rdsquashfs