diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-05-02 00:37:50 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-05-03 21:45:46 +0200 |
commit | 1796ff184ba862508fc578c985dd9ebcc15a048d (patch) | |
tree | c73bf7226963e17ad45ed31d739ca5f5ebf7f1f3 /unpack/Makemodule.am | |
parent | affbcaf1deab75cf83e95512ff539d73474909e2 (diff) |
unsquashfs: add function to turn inode into fs tree node
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'unpack/Makemodule.am')
-rw-r--r-- | unpack/Makemodule.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unpack/Makemodule.am b/unpack/Makemodule.am index 190803e..e21fd0c 100644 --- a/unpack/Makemodule.am +++ b/unpack/Makemodule.am @@ -1,4 +1,5 @@ -unsquashfs_SOURCES = unpack/unsquashfs.c +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 |