summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am23
1 files changed, 23 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 3ccf82f8f..7d5bc57f8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -37,7 +37,9 @@ EXTRA_DIST = \
m4/ax_c__generic.m4 \
autogen.sh \
README.md \
+ LICENSE \
LICENSE.md \
+ LICENSE-REDISTRIBUTED.md \
COPYING \
autogen.sh \
tests/stress.sh \
@@ -60,6 +62,7 @@ dist_noinst_DATA= \
diagrams/registry.puml \
diagrams/netdata-for-ephemeral-nodes.xml \
diagrams/netdata-proxies-example.xml \
+ diagrams/netdata-overview.xml \
configs.signatures \
Dockerfile \
netdata.spec \
@@ -71,6 +74,26 @@ dist_noinst_SCRIPTS= \
diagrams/build.sh \
coverity-scan.sh \
docker-build.sh \
+ kickstart.sh \
+ kickstart-static64.sh \
netdata-installer.sh \
installer/functions.sh \
+ makeself/build.sh \
+ makeself/makeself.sh \
+ makeself/makeself-license.txt \
+ makeself/setup-x86_64-static.sh \
+ makeself/post-installer.sh \
+ makeself/jobs/10-prepare-destination.install.sh \
+ makeself/jobs/50-curl-7.53.1.install.sh \
+ makeself/jobs/50-bash-4.4.install.sh \
+ makeself/jobs/50-fping-4.0.install.sh \
+ makeself/jobs/70-netdata-git.install.sh \
+ makeself/jobs/99-makeself.install.sh \
+ makeself/run-all-jobs.sh \
+ makeself/install-or-update.sh \
+ makeself/build-x86_64-static.sh \
+ makeself/makeself-header.sh \
+ makeself/makeself-help-header.txt \
+ makeself/makeself.lsm \
+ makeself/functions.sh \
$(NULL)