diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-06-12 17:11:08 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-06-15 15:44:30 +0200 |
commit | e2f9334cd84ff8dd4c65c850825e089a6c747601 (patch) | |
tree | 567e17e2bae6d02f6828f47daf2764fc4bc2bd1a /tar/Makemodule.am | |
parent | 5d609f7d539d8e277972c0337630b375f55d81c4 (diff) |
Add utility to turn a squashfs image into a POSIX tar archvie
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'tar/Makemodule.am')
-rw-r--r-- | tar/Makemodule.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tar/Makemodule.am b/tar/Makemodule.am new file mode 100644 index 0000000..d192380 --- /dev/null +++ b/tar/Makemodule.am @@ -0,0 +1,5 @@ +sqfs2tar_SOURCES = tar/sqfs2tar.c tar/tar.h tar/write_header.c +sqfs2tar_LDADD = libsquashfs.a libfstree.a libcompress.a libutil.a +sqfs2tar_LDADD += $(XZ_LIBS) $(ZLIB_LIBS) $(LZO_LIBS) $(LZ4_LIBS) $(ZSTD_LIBS) + +bin_PROGRAMS += sqfs2tar |