diff options
Diffstat (limited to 'unpack')
| -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 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 | 
