diff options
Diffstat (limited to 'lib/fstream/Makemodule.am')
-rw-r--r-- | lib/fstream/Makemodule.am | 6 |
1 files changed, 6 insertions, 0 deletions
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 |