aboutsummaryrefslogtreecommitdiff
path: root/unpack/Makemodule.am
blob: e21fd0cf9519fa23d84dece05085ea1942512c99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
unsquashfs_SOURCES = unpack/unsquashfs.c unpack/tree_node_from_inode.c
unsquashfs_SOURCES += unpack/unsquashfs.h
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