]> arthur.barton.de Git - netdata.git/blobdiff - Makefile.am
ab-debian 0.20170327.01-0ab1, upstream v1.6.0-42-gaa6b96fc
[netdata.git] / Makefile.am
index 57ab883e6a06c90f0c561a039379dd13f567fd78..3ccf82f8f5e8d76ab149749943df1feec8c7e64e 100644 (file)
@@ -18,6 +18,23 @@ MAINTAINERCLEANFILES= \
 
 EXTRA_DIST = \
        .gitignore \
+       .codeclimate.yml \
+       .csslintrc \
+       .eslintignore \
+       .eslintrc \
+       .travis \
+       m4/jemalloc.m4 \
+    m4/ax_c___atomic.m4 \
+    m4/ax_check_enable_debug.m4 \
+    m4/ax_c_mallinfo.m4 \
+    m4/ax_gcc_func_attribute.m4 \
+    m4/ax_check_compile_flag.m4 \
+    m4/ax_c_statement_expressions.m4 \
+    m4/ax_pthread.m4 \
+    m4/ax_c_lto.m4 \
+    m4/ax_c_mallopt.m4 \
+    m4/tcmalloc.m4 \
+    m4/ax_c__generic.m4 \
        autogen.sh \
        README.md \
        LICENSE.md \
@@ -39,6 +56,10 @@ SUBDIRS = \
        $(NULL)
 
 dist_noinst_DATA= \
+       diagrams/config.puml \
+       diagrams/registry.puml \
+       diagrams/netdata-for-ephemeral-nodes.xml \
+       diagrams/netdata-proxies-example.xml \
        configs.signatures \
        Dockerfile \
        netdata.spec \
@@ -47,7 +68,9 @@ 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 \
+       installer/functions.sh \
        $(NULL)