diff options
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 a8fd2e7..7d71bf5 100644 --- a/unpack/Makemodule.am +++ b/unpack/Makemodule.am @@ -1,6 +1,7 @@ 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 unpack/extract_file.c +unsquashfs_SOURCES += unpack/restore_fstree.c unsquashfs_LDADD = libsquashfs.a libfstree.a libcompress.a libutil.a if WITH_LZMA |