From d802f83e4af868236a4381112b82b7561c8d7f67 Mon Sep 17 00:00:00 2001 From: Costa Tsaousis Date: Tue, 16 Oct 2018 15:26:28 +0300 Subject: Fix make dist (#4401) * fix make dist; fixes #4400 * added daemon dir * fix edit-config in dist * removed config.h from file dependencies * do not attempt to detect stock files on vanilla installations * add missing files to dist * another fix for missing dist files * modular plugins are now self-configured for automake * updated lgtm * fix cncf urls --- system/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/Makefile.am') diff --git a/system/Makefile.am b/system/Makefile.am index eca8c565b9..b085dca88d 100644 --- a/system/Makefile.am +++ b/system/Makefile.am @@ -22,7 +22,6 @@ dist_config_SCRIPTS = \ $(NULL) nodist_noinst_DATA = \ - edit-config.in \ netdata-openrc \ netdata.logrotate \ netdata.service \ @@ -33,6 +32,7 @@ nodist_noinst_DATA = \ $(NULL) dist_noinst_DATA = \ + edit-config.in \ netdata-openrc.in \ netdata.logrotate.in \ netdata.service.in \ -- cgit v1.2.3