X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=Makefile.am;h=85072a524a2628aa2dda54a86ff05e8a739d063b;hb=1114a920dca56987146dc63e5eecfcb31b827678;hp=5f7e7870fdbc98421ed2635bed2b35c5283ebe5b;hpb=3e672dc43359e6e911e400fea5d78773ce13d445;p=netdata.git diff --git a/Makefile.am b/Makefile.am index 5f7e7870..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= \ @@ -16,14 +16,30 @@ MAINTAINERCLEANFILES= \ $(srcdir)/m4/ltoptions.m4 \ $(srcdir)/pkcs11-helper.spec $(srcdir)/config-w32-vc.h -EXTRA_DIST = README.md +EXTRA_DIST = \ + .gitignore \ + 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 = netdata.spec + +# until integrated within build +# should be proper init.d/openrc/systemd usable +dist_noinst_SCRIPTS = netdata-installer.sh