diff options
Diffstat (limited to 'mkfs')
-rw-r--r-- | mkfs/Makemodule.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mkfs/Makemodule.am b/mkfs/Makemodule.am index fb56fcf..3914e71 100644 --- a/mkfs/Makemodule.am +++ b/mkfs/Makemodule.am @@ -2,11 +2,11 @@ mksquashfs_SOURCES = mkfs/mksquashfs.c mkfs/mksquashfs.h mkfs/block.c mksquashfs_SOURCES += mkfs/options.c mkfs/meta.c mksquashfs_LDADD = libsquashfs.a libfstree.a libcompress.a libutil.a -if WITH_LZMA +if WITH_XZ mksquashfs_LDADD += $(XZ_LIBS) endif -if WITH_ZLIB +if WITH_GZIP mksquashfs_LDADD += $(ZLIB_LIBS) endif |