summaryrefslogtreecommitdiff
path: root/mkfs/Makemodule.am
diff options
context:
space:
mode:
Diffstat (limited to 'mkfs/Makemodule.am')
-rw-r--r--mkfs/Makemodule.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/mkfs/Makemodule.am b/mkfs/Makemodule.am
index 1dedc33..31340d1 100644
--- a/mkfs/Makemodule.am
+++ b/mkfs/Makemodule.am
@@ -19,6 +19,10 @@ if WITH_LZ4
gensquashfs_LDADD += $(LZ4_LIBS)
endif
+if WITH_ZSTD
+gensquashfs_LDADD += $(ZSTD_LIBS)
+endif
+
if WITH_SELINUX
gensquashfs_CPPFLAGS += -DWITH_SELINUX
gensquashfs_LDADD += $(LIBSELINUX_LIBS)