X-Git-Url: https://arthur.barton.de/gitweb/?p=netdata.git;a=blobdiff_plain;f=Makefile.am;h=57ab883e6a06c90f0c561a039379dd13f567fd78;hp=8c7e1949bb6cd4ecdcaaa010b5e78fdec91915d9;hb=2ef8a7aaa94193a9d943eb15e4e2ff4b357ad62c;hpb=e4506e87f913284acc0a01033b26f53d7145e639 diff --git a/Makefile.am b/Makefile.am index 8c7e1949..57ab883e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,7 +23,6 @@ EXTRA_DIST = \ LICENSE.md \ COPYING \ autogen.sh \ - netdata-9999.ebuild \ tests/stress.sh \ $(NULL) @@ -32,13 +31,23 @@ SUBDIRS = \ conf.d \ node.d \ plugins.d \ + python.d \ src \ system \ web \ + contrib \ $(NULL) -dist_noinst_DATA = netdata.spec +dist_noinst_DATA= \ + 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= \ + ansible/netdata.yml \ + docker-build.sh \ + netdata-installer.sh \ + $(NULL)