From 35eeffd8e123465aca00c3464b8e1031b3f450e6 Mon Sep 17 00:00:00 2001 From: vkalintiris Date: Thu, 8 Jun 2023 07:41:52 +0300 Subject: Add library to encode/decode Gorilla compressed buffers. (#15128) * Add library to encode/decode Gorilla compressed buffers. * Code cleanup + fix high-level API for 64 bits. * Add scripts to build benchmarks and fuzzer. * Fix CMake builds * Add license note. * Return 0 instead of false literal. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index f91bc6b981..434038a442 100644 --- a/Makefile.am +++ b/Makefile.am @@ -154,6 +154,8 @@ LIBNETDATA_FILES = \ libnetdata/dictionary/dictionary.h \ libnetdata/eval/eval.c \ libnetdata/eval/eval.h \ + libnetdata/gorilla/gorilla.h \ + libnetdata/gorilla/gorilla.cc \ libnetdata/inlined.h \ libnetdata/july/july.c \ libnetdata/july/july.h \ -- cgit v1.2.3