summaryrefslogtreecommitdiff
path: root/unpack/Makemodule.am
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-05-02 08:46:40 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-05-03 21:45:46 +0200
commit03916fcbb453684fa13135e2b46f5a82d13d78a7 (patch)
treea0ef9caedfbbec98915b4675fccb8717ce58fd91 /unpack/Makemodule.am
parent83183717feca5c673d614e341bfca49fae9a8001 (diff)
unsquashfs: restore fstree from image
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'unpack/Makemodule.am')
-rw-r--r--unpack/Makemodule.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/unpack/Makemodule.am b/unpack/Makemodule.am
index e21fd0c..2a08295 100644
--- a/unpack/Makemodule.am
+++ b/unpack/Makemodule.am
@@ -1,5 +1,5 @@
unsquashfs_SOURCES = unpack/unsquashfs.c unpack/tree_node_from_inode.c
-unsquashfs_SOURCES += unpack/unsquashfs.h
+unsquashfs_SOURCES += unpack/unsquashfs.h unpack/read_fstree.c
unsquashfs_LDADD = libsquashfs.a libfstree.a libcompress.a libutil.a
if WITH_LZMA