mksquashfs_SOURCES = mkfs/mksquashfs.c mkfs/mksquashfs.h mksquashfs_SOURCES += mkfs/options.c mkfs/options.h mksquashfs_SOURCES += mkfs/meta_writer.c mkfs/meta_writer.h mksquashfs_SOURCES += mkfs/super.c mksquashfs_SOURCES += include/squashfs.h mksquashfs_LDADD = libfstree.a libcompress.a libutil.a if WITH_LZMA mksquashfs_LDADD += $(XZ_LIBS) endif if WITH_ZLIB mksquashfs_LDADD += $(ZLIB_LIBS) endif bin_PROGRAMS += mksquashfs