diff options
Diffstat (limited to 'mkfs')
-rw-r--r-- | mkfs/Makemodule.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mkfs/Makemodule.am b/mkfs/Makemodule.am index 5af5ad5..35e937c 100644 --- a/mkfs/Makemodule.am +++ b/mkfs/Makemodule.am @@ -10,4 +10,8 @@ if WITH_GZIP gensquashfs_LDADD += $(ZLIB_LIBS) endif +if WITH_LZO +gensquashfs_LDADD += $(LZO_LIBS) +endif + bin_PROGRAMS += gensquashfs |