X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=Makefile.am;h=e78bbbbd5e69aee62a72df7034c14a3a68f6d073;hb=2079851112928fbfec53794776686bde2bbc2643;hp=8e14db9f139270828e6fceb43234f6bd720709e4;hpb=85b6ae63295138ae94691aeea494e9ecee85dae8;p=netdata.git diff --git a/Makefile.am b/Makefile.am index 8e14db9f..e78bbbbd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,24 +18,47 @@ 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 \ + COPYING \ autogen.sh \ - netdata-9999.ebuild \ tests/stress.sh \ $(NULL) SUBDIRS = \ charts.d \ conf.d \ + node.d \ plugins.d \ + python.d \ src \ + system \ web \ + contrib \ $(NULL) -dist_noinst_DATA = netdata.spec +dist_noinst_DATA= \ + diagrams/config.puml \ + diagrams/registry.puml \ + configs.signatures \ + Dockerfile \ + netdata.spec \ + $(NULL) # until integrated within build # should be proper init.d/openrc/systemd usable -dist_noinst_SCRIPTS = netdata-installer.sh +dist_noinst_SCRIPTS= \ + diagrams/build.sh \ + coverity-scan.sh \ + docker-build.sh \ + netdata-installer.sh \ + installer/functions.sh \ + $(NULL)