aboutsummaryrefslogtreecommitdiff
path: root/tar/Makemodule.am
blob: a9df4daa39a7b4e73d45bb0e291605ac9f9e8493 (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 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 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