From 1fad07ce86fc2a506c59501d7fb7c7d7481525f6 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Mon, 7 Oct 2019 13:54:24 +0200 Subject: Rename libsqfshelper to libcommon That is IMO less confusing and express what it is (i.e. what it has become) more clearly, i.e. common code shared by the utilities. Signed-off-by: David Oberhollenzer --- tar/Makemodule.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tar') diff --git a/tar/Makemodule.am b/tar/Makemodule.am index e532fad..e3f40d0 100644 --- a/tar/Makemodule.am +++ b/tar/Makemodule.am @@ -1,7 +1,7 @@ sqfs2tar_SOURCES = tar/sqfs2tar.c -sqfs2tar_LDADD = libsqfshelper.a libsquashfs.la libtar.a libutil.la +sqfs2tar_LDADD = libcommon.a libsquashfs.la libtar.a libutil.la tar2sqfs_SOURCES = tar/tar2sqfs.c -tar2sqfs_LDADD = libsqfshelper.a libsquashfs.la libtar.a libfstree.a libutil.la +tar2sqfs_LDADD = libcommon.a libsquashfs.la libtar.a libfstree.a libutil.la bin_PROGRAMS += sqfs2tar tar2sqfs -- cgit v1.2.3