From eafaffa0f09b7c22eed906ef5356b1460d44da55 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Fri, 22 Nov 2019 11:01:09 +0100 Subject: Cleanup: move all the compatibillity fluff to a dedicated "libcompat" Signed-off-by: David Oberhollenzer --- tar/Makemodule.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tar') diff --git a/tar/Makemodule.am b/tar/Makemodule.am index e3f40d0..ec65d3a 100644 --- a/tar/Makemodule.am +++ b/tar/Makemodule.am @@ -1,7 +1,8 @@ sqfs2tar_SOURCES = tar/sqfs2tar.c -sqfs2tar_LDADD = libcommon.a libsquashfs.la libtar.a libutil.la +sqfs2tar_LDADD = libcommon.a libsquashfs.la libtar.a libcompat.a libutil.la tar2sqfs_SOURCES = tar/tar2sqfs.c -tar2sqfs_LDADD = libcommon.a libsquashfs.la libtar.a libfstree.a libutil.la +tar2sqfs_LDADD = libcommon.a libsquashfs.la libtar.a +tar2sqfs_LDADD += libfstree.a libcompat.a libutil.la bin_PROGRAMS += sqfs2tar tar2sqfs -- cgit v1.2.3