summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorStelios Fragkakis <52996999+stelfrag@users.noreply.github.com>2023-05-12 09:58:41 +0300
committerGitHub <noreply@github.com>2023-05-12 09:58:41 +0300
commit89568295b62c65f848dbee013a0d6677a0aa24e9 (patch)
tree7caf6bb29f49842be6f640c065b140cd35a51a29 /Makefile.am
parentf2c5cb6b0bc743d5258fdc378a17ffc68ce20d83 (diff)
Reduce netdatacli size (#15024)
* Reduce netdatacli size * Terminate string * Dummy functions to handle building with NETDATA_INTERNAL_CHECKS * Formatting * Fix formatting / properly initialize args * Fix compilation errors where using NETDATA_TRACE_ALLOCATIONS
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2e74ee0ef5..604bd5500a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1126,7 +1126,8 @@ endif
NETDATACLI_FILES = \
daemon/commands.h \
- $(LIBNETDATA_FILES) \
+ libnetdata/buffer/buffer.c \
+ libnetdata/buffer/buffer.h \
cli/cli.c \
cli/cli.h \
$(NULL)