From 94b547d27f953fefa0ed080611eb916f58702e87 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Mon, 25 Nov 2019 13:28:28 +0100 Subject: Cleanup: remove what is left of libutil Signed-off-by: David Oberhollenzer --- unpack/Makemodule.am | 2 +- unpack/rdsquashfs.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'unpack') diff --git a/unpack/Makemodule.am b/unpack/Makemodule.am index f2832a3..3d3a2d6 100644 --- a/unpack/Makemodule.am +++ b/unpack/Makemodule.am @@ -2,7 +2,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/dump_xattrs.c -rdsquashfs_LDADD = libcommon.a libcompat.a libsquashfs.la libutil.la +rdsquashfs_LDADD = libcommon.a libcompat.a libsquashfs.la rdsquashfs_LDADD += libfstree.a $(LZO_LIBS) bin_PROGRAMS += rdsquashfs diff --git a/unpack/rdsquashfs.h b/unpack/rdsquashfs.h index 7a9f242..dc9d68c 100644 --- a/unpack/rdsquashfs.h +++ b/unpack/rdsquashfs.h @@ -10,7 +10,6 @@ #include "config.h" #include "common.h" #include "fstree.h" -#include "util/util.h" #ifdef _WIN32 #define WIN32_LEAN_AND_MEAN -- cgit v1.2.3