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