From f53d0ca1d23516344dd94162ee6ef1d5740c8bc8 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Wed, 23 Jun 2021 18:39:14 +0200 Subject: Fix: add missing zlib to fstream if using the builtin one Signed-off-by: David Oberhollenzer --- tests/libfstream/Makemodule.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/libfstream/Makemodule.am b/tests/libfstream/Makemodule.am index 65abfc7..0eb7a3e 100644 --- a/tests/libfstream/Makemodule.am +++ b/tests/libfstream/Makemodule.am @@ -40,9 +40,12 @@ test_xfrm_zstd2_CPPFLAGS = $(AM_CPPFLAGS) -DTEST_ZSTD2=1 if WITH_OWN_ZLIB test_xfrm_bzip2_LDADD += libz.la +test_xfrm_bzip22_LDADD += libz.la test_xfrm_xz_LDADD += libz.la +test_xfrm_xz2_LDADD += libz.la test_xfrm_gzip_LDADD += libz.la test_xfrm_zstd_LDADD += libz.la +test_xfrm_zstd2_LDADD += libz.la endif if BUILD_TOOLS -- cgit v1.2.3