X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=Makefile.am;h=3ccf82f8f5e8d76ab149749943df1feec8c7e64e;hb=1952db7266cda5c0e857a98ace40ea65e70eb204;hp=5f7e7870fdbc98421ed2635bed2b35c5283ebe5b;hpb=3e672dc43359e6e911e400fea5d78773ce13d445;p=netdata.git diff --git a/Makefile.am b/Makefile.am index 5f7e7870..3ccf82f8 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= \ @@ -16,14 +16,61 @@ MAINTAINERCLEANFILES= \ $(srcdir)/m4/ltoptions.m4 \ $(srcdir)/pkcs11-helper.spec $(srcdir)/config-w32-vc.h -EXTRA_DIST = README.md +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 \ + 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= \ + diagrams/config.puml \ + diagrams/registry.puml \ + diagrams/netdata-for-ephemeral-nodes.xml \ + diagrams/netdata-proxies-example.xml \ + configs.signatures \ + Dockerfile \ + netdata.spec \ $(NULL) -dist_noinst_DATA = netdata.spec +# until integrated within build +# should be proper init.d/openrc/systemd usable +dist_noinst_SCRIPTS= \ + diagrams/build.sh \ + coverity-scan.sh \ + docker-build.sh \ + netdata-installer.sh \ + installer/functions.sh \ + $(NULL)