X-Git-Url: https://arthur.barton.de/gitweb/?p=netdata.git;a=blobdiff_plain;f=Makefile.am;h=3ed5e62bf46331be518adfc0f2374fb77a53a3a9;hp=85072a524a2628aa2dda54a86ff05e8a739d063b;hb=2a4f0179b70b368d670959de321fb0b79db94f01;hpb=6f4d221cc4ff4d2798c77a1932409297a9bff833 diff --git a/Makefile.am b/Makefile.am index 85072a52..3ed5e62b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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)