summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@tsaousis.gr>2018-10-16 15:26:28 +0300
committerGitHub <noreply@github.com>2018-10-16 15:26:28 +0300
commitd802f83e4af868236a4381112b82b7561c8d7f67 (patch)
tree6c80aa37dfc0007404b5e80d9f82ddd464d22174 /system
parent6ea6dcc3640263ce5f07df2bccb025eda4acefe2 (diff)
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
Diffstat (limited to 'system')
-rw-r--r--system/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 \