diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-09-19 17:36:53 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-09-20 18:34:16 +0200 |
commit | 37a1176c3191cd722de613e26eda91518ca73751 (patch) | |
tree | 037aedf6f9de72203130102c05fe1bdf956275e0 /unpack/Makemodule.am | |
parent | 5dcd267e9f0c5d93793e6d5e68279bd5dde5dff6 (diff) |
Remove fstree code from rdsquashfs
Use the directory reader from libsquashfs instead.
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'unpack/Makemodule.am')
-rw-r--r-- | unpack/Makemodule.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unpack/Makemodule.am b/unpack/Makemodule.am index 964cc05..0dbd07f 100644 --- a/unpack/Makemodule.am +++ b/unpack/Makemodule.am @@ -1,7 +1,7 @@ rdsquashfs_SOURCES = unpack/rdsquashfs.c unpack/rdsquashfs.h rdsquashfs_SOURCES += unpack/list_files.c unpack/options.c rdsquashfs_SOURCES += unpack/restore_fstree.c unpack/describe.c -rdsquashfs_SOURCES += unpack/fill_files.c unpack/optimize_unpack_order.c +rdsquashfs_SOURCES += unpack/fill_files.c unpack/dump_xattrs.c rdsquashfs_LDADD = libsqfshelper.a libsquashfs.la libfstree.a libutil.la bin_PROGRAMS += rdsquashfs |