summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Weller <lhw@ring0.de>2017-01-24 15:21:09 +0000
committerLennart Weller <lhw@ring0.de>2017-01-24 15:21:09 +0000
commit3ed3b02ed96ddab1c084811f3579b3a2aec83e04 (patch)
tree7a61ab288ae47800c4f11be5677d6ad8288dcd98 /Makefile.am
parentNew upstream version 1.4.0+dfsg (diff)
downloadnetdata-3ed3b02ed96ddab1c084811f3579b3a2aec83e04.tar.xz
netdata-3ed3b02ed96ddab1c084811f3579b3a2aec83e04.zip
New upstream version 1.5.0+dfsgupstream/1.5.0+dfsg
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am11
1 files changed, 10 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ea1ac256..ab77bc73 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,6 +18,13 @@ MAINTAINERCLEANFILES= \
EXTRA_DIST = \
.gitignore \
+ .codeclimate.yml \
+ .csslintrc \
+ .eslintignore \
+ .eslintrc \
+ .travis \
+ m4/ax_check_enable_debug.m4 \
+ m4/ax_c_statement_expressions.m4 \
autogen.sh \
README.md \
LICENSE.md \
@@ -39,6 +46,8 @@ SUBDIRS = \
$(NULL)
dist_noinst_DATA= \
+ diagrams/config.puml \
+ diagrams/registry.puml \
configs.signatures \
Dockerfile \
netdata.spec \
@@ -47,7 +56,7 @@ dist_noinst_DATA= \
# until integrated within build
# should be proper init.d/openrc/systemd usable
dist_noinst_SCRIPTS= \
- ansible/netdata.yml \
+ diagrams/build.sh \
coverity-scan.sh \
docker-build.sh \
netdata-installer.sh \