X-Git-Url: https://arthur.barton.de/gitweb/?p=netdata.git;a=blobdiff_plain;f=Makefile.am;h=3ccf82f8f5e8d76ab149749943df1feec8c7e64e;hp=3153ff0646ca546d10c5096a02900050460cac28;hb=9dccc16d3763392f0b13349de18c3a838a667653;hpb=dffd3b4edb8c7de3c4b68c6c7822d92d13e50ed4 diff --git a/Makefile.am b/Makefile.am index 3153ff06..3ccf82f8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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,7 +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 \ @@ -52,4 +72,5 @@ dist_noinst_SCRIPTS= \ coverity-scan.sh \ docker-build.sh \ netdata-installer.sh \ + installer/functions.sh \ $(NULL)