]> arthur.barton.de Git - netdata.git/blobdiff - Makefile.am
Merge pull request #924 from ktsaou/master
[netdata.git] / Makefile.am
index 8c7e1949bb6cd4ecdcaaa010b5e78fdec91915d9..57ab883e6a06c90f0c561a039379dd13f567fd78 100644 (file)
@@ -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)