summaryrefslogtreecommitdiff
path: root/unpack
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-05-06 11:00:49 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-05-06 11:00:49 +0200
commitcbcf86dde27767682483985e42f7ca49e1d3a208 (patch)
tree6abb8eabcda6e6aa64184aa24fb8c501f7c841b9 /unpack
parenta5f604469d5cde8cb654e209f1ec30bf8e44b51e (diff)
Add LZO 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 d47cb5e..c3e61aa 100644
--- a/unpack/Makemodule.am
+++ b/unpack/Makemodule.am
@@ -12,4 +12,8 @@ if WITH_GZIP
rdsquashfs_LDADD += $(ZLIB_LIBS)
endif
+if WITH_LZO
+rdsquashfs_LDADD += $(LZO_LIBS)
+endif
+
bin_PROGRAMS += rdsquashfs