diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-05-06 11:00:49 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-05-06 11:00:49 +0200 |
commit | cbcf86dde27767682483985e42f7ca49e1d3a208 (patch) | |
tree | 6abb8eabcda6e6aa64184aa24fb8c501f7c841b9 /unpack/Makemodule.am | |
parent | a5f604469d5cde8cb654e209f1ec30bf8e44b51e (diff) |
Add LZO compressor implementation
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'unpack/Makemodule.am')
-rw-r--r-- | unpack/Makemodule.am | 4 |
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 |