summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
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)