X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=Makefile.am;h=85072a524a2628aa2dda54a86ff05e8a739d063b;hb=1114a920dca56987146dc63e5eecfcb31b827678;hp=d0bc84d6ddc7cd23c6e14cfdbe6cd60e2599b8eb;hpb=665811c9f9c9681e3b4caa694ac32e9c07f0e804;p=netdata.git diff --git a/Makefile.am b/Makefile.am index d0bc84d6..85072a52 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,16 +18,24 @@ MAINTAINERCLEANFILES= \ EXTRA_DIST = \ .gitignore \ + 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