aboutsummaryrefslogtreecommitdiff
path: root/unpack/Makemodule.am
blob: 08a8b76296c5e3f88412504adef3e7ef0c73d54b (plain)
1
2
3
4
5
6
7
8
rdsquashfs_SOURCES = unpack/rdsquashfs.c unpack/rdsquashfs.h
rdsquashfs_SOURCES += unpack/list_files.c unpack/options.c
rdsquashfs_SOURCES += unpack/restore_fstree.c unpack/describe.c
rdsquashfs_SOURCES += unpack/fill_files.c
rdsquashfs_LDADD = libsquashfs.a libfstree.a libcompress.a libutil.a
rdsquashfs_LDADD += $(XZ_LIBS) $(ZLIB_LIBS) $(LZO_LIBS) $(LZ4_LIBS) $(ZSTD_LIBS)

bin_PROGRAMS += rdsquashfs