X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=Makefile.am;h=e78bbbbd5e69aee62a72df7034c14a3a68f6d073;hb=6f6b9975a1a24661c524f722ec947eb93dd43831;hp=d0bc84d6ddc7cd23c6e14cfdbe6cd60e2599b8eb;hpb=8eb61a56540bc9cda5400172a337c18272707f4a;p=netdata.git diff --git a/Makefile.am b/Makefile.am index d0bc84d6..e78bbbbd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # # Copyright (C) 2015 Alon Bar-Lev # -AUTOMAKE_OPTIONS=foreign dist-bzip2 1.10 +AUTOMAKE_OPTIONS=foreign dist-bzip2 dist-xz 1.10 ACLOCAL_AMFLAGS = -I m4 MAINTAINERCLEANFILES= \ @@ -18,20 +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 \ - netdata-9999.ebuild \ + LICENSE.md \ + COPYING \ + autogen.sh \ + 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)