aboutsummaryrefslogtreecommitdiff
path: root/tests/libfstream/Makemodule.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libfstream/Makemodule.am')
-rw-r--r--tests/libfstream/Makemodule.am3
1 files changed, 3 insertions, 0 deletions
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