aboutsummaryrefslogtreecommitdiff
path: root/tar/Makemodule.am
blob: 6c9edc719293e9bb697c238390af4fd9ab0bd2fe (plain)
1
2
3
4
5
6
7
8
9
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)

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