From 37a1176c3191cd722de613e26eda91518ca73751 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Thu, 19 Sep 2019 17:36:53 +0200 Subject: Remove fstree code from rdsquashfs Use the directory reader from libsquashfs instead. Signed-off-by: David Oberhollenzer --- unpack/Makemodule.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unpack/Makemodule.am') 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 -- cgit v1.2.3