From 0709d31d5ef3ec19331abcd97545add26b7b0e13 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sun, 24 Nov 2019 17:16:06 +0100 Subject: Cleanup: move canonicalize_name back to libfstree.a 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 16d7ce1..f2832a3 100644 --- a/unpack/Makemodule.am +++ b/unpack/Makemodule.am @@ -3,6 +3,6 @@ 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/dump_xattrs.c rdsquashfs_LDADD = libcommon.a libcompat.a libsquashfs.la libutil.la -rdsquashfs_LDADD += $(LZO_LIBS) +rdsquashfs_LDADD += libfstree.a $(LZO_LIBS) bin_PROGRAMS += rdsquashfs -- cgit v1.2.3