From 15431d4fd8de67a03af4ee9cc8e774e1750e9da2 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Mon, 14 Sep 2020 20:25:10 +0200 Subject: Add zstd stream compressor implementation to libfstream Signed-off-by: David Oberhollenzer --- lib/fstream/Makemodule.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/fstream/Makemodule.am') diff --git a/lib/fstream/Makemodule.am b/lib/fstream/Makemodule.am index a2e414e..8a1254c 100644 --- a/lib/fstream/Makemodule.am +++ b/lib/fstream/Makemodule.am @@ -29,4 +29,10 @@ libfstream_a_SOURCES += lib/fstream/uncompress/gzip.c libfstream_a_CPPFLAGS += -DWITH_GZIP endif +if WITH_ZSTD +libfstream_a_SOURCES += lib/fstream/compress/zstd.c +libfstream_a_SOURCES += lib/fstream/uncompress/zstd.c +libfstream_a_CPPFLAGS += -DWITH_ZSTD +endif + noinst_LIBRARIES += libfstream.a -- cgit v1.2.3