summaryrefslogtreecommitdiff
path: root/tar/Makemodule.am
blob: b8674c2a98be300c4b3f38bed480c6c6e246aa16 (plain)
1
2
3
4
5
6
7
8
9
10
11
sqfs2tar_SOURCES = tar/sqfs2tar.c
sqfs2tar_LDADD = libsquashfs.a libtar.a libfstree.a libcompress.a libutil.a
sqfs2tar_LDADD += $(XZ_LIBS) $(ZLIB_LIBS) $(LZO_LIBS) $(LZ4_LIBS) $(ZSTD_LIBS)

tar2sqfs_SOURCES = tar/tar2sqfs.c
tar2sqfs_LDADD = libsquashfs.a libtar.a libfstree.a libcompress.a libutil.a
tar2sqfs_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS)
tar2sqfs_LDADD += $(XZ_LIBS) $(ZLIB_LIBS) $(LZO_LIBS) $(LZ4_LIBS) $(ZSTD_LIBS)
tar2sqfs_LDADD += $(PTHREAD_LIBS)

bin_PROGRAMS += sqfs2tar tar2sqfs