X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=Makefile.am;h=ab77bc7342711b6a60b7e435812717b8a74c1dd6;hb=a29af3d0cde1eb8aa1667816bcd0a8d467afa82a;hp=8c7e1949bb6cd4ecdcaaa010b5e78fdec91915d9;hpb=18c59500a34b430e47d43cbd8eec465462febdb1;p=netdata.git diff --git a/Makefile.am b/Makefile.am index 8c7e1949..ab77bc73 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,13 +38,26 @@ 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 \ + $(NULL)