diff options
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 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 |