summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorvkalintiris <vasilis@netdata.cloud>2023-06-08 07:41:52 +0300
committerGitHub <noreply@github.com>2023-06-08 07:41:52 +0300
commit35eeffd8e123465aca00c3464b8e1031b3f450e6 (patch)
tree7498918e250f562972d661ada7ebfd2838ceffb6 /Makefile.am
parentc2b4624e7fc50637a8cc801418b24d96d536c105 (diff)
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
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 \