summaryrefslogtreecommitdiff
path: root/tar/Makemodule.am
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-06-13 17:16:06 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-06-15 17:43:42 +0200
commite1a47443ad2ee424b2be9c2d4f2761dfe85ded1a (patch)
tree1c8aec5af456820f2fa236355ffa2d5ffc31f04e /tar/Makemodule.am
parent46b30ac7559ca26f5446b05d852eaaefe432a290 (diff)
Add utility to turn a POSIX/PAX tar archive into a squashfs image
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'tar/Makemodule.am')
-rw-r--r--tar/Makemodule.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/tar/Makemodule.am b/tar/Makemodule.am
index d192380..6c9edc7 100644
--- a/tar/Makemodule.am
+++ b/tar/Makemodule.am
@@ -2,4 +2,8 @@ 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
+tar2sqfs_SOURCES = tar/tar2sqfs.c tar/skip.c tar/read_header.c tar/tar.h
+tar2sqfs_LDADD = libsquashfs.a libfstree.a libcompress.a libutil.a
+tar2sqfs_LDADD += $(XZ_LIBS) $(ZLIB_LIBS) $(LZO_LIBS) $(LZ4_LIBS) $(ZSTD_LIBS)
+
+bin_PROGRAMS += sqfs2tar tar2sqfs