aboutsummaryrefslogtreecommitdiff
path: root/unpack/Makemodule.am
blob: 7d71bf5f6a9f8cd6887d6b39ac52c90f163f6040 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
unsquashfs_SOURCES = unpack/unsquashfs.c unpack/tree_node_from_inode.c
unsquashfs_SOURCES += unpack/unsquashfs.h unpack/read_fstree.c
unsquashfs_SOURCES += unpack/list_files.c unpack/extract_file.c
unsquashfs_SOURCES += unpack/restore_fstree.c
unsquashfs_LDADD = libsquashfs.a libfstree.a libcompress.a libutil.a

if WITH_LZMA
unsquashfs_LDADD += $(XZ_LIBS)
endif

if WITH_ZLIB
unsquashfs_LDADD += $(ZLIB_LIBS)
endif

bin_PROGRAMS += unsquashfs