diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-05-02 16:30:33 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-05-03 21:45:46 +0200 |
commit | 2aa2f13131663afa0d13259365f824b05e9a2f02 (patch) | |
tree | b5b8d7d1f46717d5b49278ec300f769e68641fd6 /unpack/Makemodule.am | |
parent | 03916fcbb453684fa13135e2b46f5a82d13d78a7 (diff) |
unsquashfs: add argument processing, file listing parameter
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'unpack/Makemodule.am')
-rw-r--r-- | unpack/Makemodule.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unpack/Makemodule.am b/unpack/Makemodule.am index 2a08295..a199375 100644 --- a/unpack/Makemodule.am +++ b/unpack/Makemodule.am @@ -1,5 +1,6 @@ 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 unsquashfs_LDADD = libsquashfs.a libfstree.a libcompress.a libutil.a if WITH_LZMA |