From 73b4ec8392541a27815bccbaeccbdf1cdd5e19dd Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Mon, 5 Aug 2019 15:00:08 +0200 Subject: Add a helper utility to compare filesystem trees The intended use case is to compare two mounted or unpacke squashfs images, so a repacked test image can be compared against its original or an image unpacked with unsquashfs can be compared with an image unpacked by rdsquashfs or sqfs2tar. Since the tool is only intended to aid development (specifically automated testing), it is not installed by `make install`. Signed-off-by: David Oberhollenzer --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 155ac08..4fb779d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -D_GNU_SOURCE AM_CFLAGS = $(WARN_CFLAGS) noinst_LIBRARIES = +noinst_PROGRAMS = bin_PROGRAMS = dist_man1_MANS = check_PROGRAMS = @@ -16,4 +17,5 @@ include lib/Makemodule.am include tar/Makemodule.am include mkfs/Makemodule.am include unpack/Makemodule.am +include difftool/Makemodule.am include tests/Makemodule.am -- cgit v1.2.3