summaryrefslogtreecommitdiff
path: root/build_posix/Make.base
diff options
context:
space:
mode:
Diffstat (limited to 'build_posix/Make.base')
-rw-r--r--build_posix/Make.base3
1 files changed, 3 insertions, 0 deletions
diff --git a/build_posix/Make.base b/build_posix/Make.base
index 4efbe3f76c3..5b945aca5e0 100644
--- a/build_posix/Make.base
+++ b/build_posix/Make.base
@@ -77,6 +77,9 @@ endif
if HAVE_BUILTIN_EXTENSION_ZLIB
libwiredtiger_la_LIBADD += ext/compressors/zlib/libwiredtiger_zlib.la
endif
+if HAVE_BUILTIN_EXTENSION_ZSTD
+libwiredtiger_la_LIBADD += ext/compressors/zstd/libwiredtiger_zstd.la
+endif
libwiredtiger_static_la_LIBADD=$(libwiredtiger_la_LIBADD)
libwiredtiger_static_la_SOURCES=$(libwiredtiger_la_SOURCES)