From 959fde579e07836b73438e86cd58ba04657014f6 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sun, 26 Jul 2020 15:05:01 +0200 Subject: Cleanup: move zlib/lz4 code from lib/sqfs/comp/ to lib/ The source code of a modified liblz4 and zlib are included with the option to compile them into libsquashfs if they are not available on the system. So far, the source code was included directly in the compressor sub directory within libsqsuashfs. This commit moves the libraries out into the lib directory. 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 26a4458..1ae9b69 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,6 +21,8 @@ EXTRA_DIST = autogen.sh README.md CHANGELOG.md COPYING.md mkwinbins.sh licenses EXTRA_DIST += doc TESTS = +include lib/zlib/Makemodule.am +include lib/lz4/Makemodule.am include lib/sqfs/Makemodule.am if BUILD_TOOLS -- cgit v1.2.3