diff options
Diffstat (limited to 'mkfs')
| -rw-r--r-- | mkfs/Makemodule.am | 20 | 
1 files changed, 1 insertions, 19 deletions
| diff --git a/mkfs/Makemodule.am b/mkfs/Makemodule.am index 07ea6b6..f8e3e2c 100644 --- a/mkfs/Makemodule.am +++ b/mkfs/Makemodule.am @@ -1,26 +1,8 @@  gensquashfs_SOURCES = mkfs/mkfs.c mkfs/mkfs.h mkfs/options.c  gensquashfs_LDADD = libsquashfs.a libfstree.a libcompress.a libutil.a  gensquashfs_CPPFLAGS = $(AM_CPPFLAGS) - -if WITH_XZ -gensquashfs_LDADD += $(XZ_LIBS) -endif - -if WITH_GZIP -gensquashfs_LDADD += $(ZLIB_LIBS) -endif - -if WITH_LZO -gensquashfs_LDADD += $(LZO_LIBS) -endif - -if WITH_LZ4 -gensquashfs_LDADD += $(LZ4_LIBS) -endif - -if WITH_ZSTD +gensquashfs_LDADD += $(XZ_LIBS) $(ZLIB_LIBS) $(LZO_LIBS) $(LZ4_LIBS)  gensquashfs_LDADD += $(ZSTD_LIBS) -endif  if WITH_SELINUX  gensquashfs_CPPFLAGS += -DWITH_SELINUX | 
