X-Git-Url: https://arthur.barton.de/gitweb/?p=netdata.git;a=blobdiff_plain;f=Makefile.am;h=e78bbbbd5e69aee62a72df7034c14a3a68f6d073;hp=dc109cbd1ad1d040a47f025cd977ad834ea6140c;hb=643a466441944a8a2ba8d96018098c314ef2522f;hpb=39c196708756fc8f85bfc70c931836479be3b9c2 diff --git a/Makefile.am b/Makefile.am index dc109cbd..e78bbbbd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,12 +18,18 @@ 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) @@ -32,14 +38,27 @@ SUBDIRS = \ 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)