]> arthur.barton.de Git - netdata.git/blobdiff - Makefile.am
pre-release 1.3.0 checks: added missing files
[netdata.git] / Makefile.am
index 85072a524a2628aa2dda54a86ff05e8a739d063b..3ed5e62bf46331be518adfc0f2374fb77a53a3a9 100644 (file)
@@ -38,8 +38,15 @@ SUBDIRS = \
        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= \
+       docker-build.sh \
+       netdata-installer.sh \
+       $(NULL)