2019-06-26 20:38:01 +03:00
|
|
|
diff --git a/Makefile.am b/Makefile.am
|
|
|
|
index f2087bb..7a70cfb 100644
|
|
|
|
--- a/Makefile.am
|
|
|
|
+++ b/Makefile.am
|
|
|
|
@@ -116,10 +116,10 @@ AM_CFLAGS = \
|
2018-10-12 11:53:36 +03:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
sbin_PROGRAMS =
|
2019-06-26 20:38:01 +03:00
|
|
|
-dist_cache_DATA = packaging/installer/.keep
|
|
|
|
-dist_varlib_DATA = packaging/installer/.keep
|
|
|
|
-dist_registry_DATA = packaging/installer/.keep
|
|
|
|
-dist_log_DATA = packaging/installer/.keep
|
2018-10-12 11:53:36 +03:00
|
|
|
+dist_cache_DATA =
|
|
|
|
+dist_varlib_DATA =
|
|
|
|
+dist_registry_DATA =
|
|
|
|
+dist_log_DATA =
|
|
|
|
plugins_PROGRAMS =
|
|
|
|
|
|
|
|
LIBNETDATA_FILES = \
|
2019-06-26 20:38:01 +03:00
|
|
|
diff --git a/collectors/charts.d.plugin/Makefile.am b/collectors/charts.d.plugin/Makefile.am
|
|
|
|
index 2989b4b..64de7d6 100644
|
|
|
|
--- a/collectors/charts.d.plugin/Makefile.am
|
|
|
|
+++ b/collectors/charts.d.plugin/Makefile.am
|
|
|
|
@@ -32,7 +32,6 @@ dist_charts_DATA = \
|
2018-10-12 11:53:36 +03:00
|
|
|
|
|
|
|
userchartsconfigdir=$(configdir)/charts.d
|
|
|
|
dist_userchartsconfig_DATA = \
|
2019-06-26 20:38:01 +03:00
|
|
|
- .keep \
|
2018-10-12 11:53:36 +03:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
chartsconfigdir=$(libconfigdir)/charts.d
|
2019-06-26 20:38:01 +03:00
|
|
|
diff --git a/collectors/node.d.plugin/Makefile.am b/collectors/node.d.plugin/Makefile.am
|
|
|
|
index 3b5a0a5..b7abe01 100644
|
|
|
|
--- a/collectors/node.d.plugin/Makefile.am
|
|
|
|
+++ b/collectors/node.d.plugin/Makefile.am
|
|
|
|
@@ -23,7 +23,6 @@ dist_noinst_DATA = \
|
2018-10-12 11:53:36 +03:00
|
|
|
|
|
|
|
usernodeconfigdir=$(configdir)/node.d
|
|
|
|
dist_usernodeconfig_DATA = \
|
2019-06-26 20:38:01 +03:00
|
|
|
- .keep \
|
2018-10-12 11:53:36 +03:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
nodeconfigdir=$(libconfigdir)/node.d
|
2019-06-26 20:38:01 +03:00
|
|
|
diff --git a/collectors/python.d.plugin/Makefile.am b/collectors/python.d.plugin/Makefile.am
|
|
|
|
index 652a35d..cf4b2cc 100644
|
|
|
|
--- a/collectors/python.d.plugin/Makefile.am
|
|
|
|
+++ b/collectors/python.d.plugin/Makefile.am
|
|
|
|
@@ -29,7 +29,6 @@ dist_python_DATA = \
|
2018-10-12 11:53:36 +03:00
|
|
|
|
|
|
|
userpythonconfigdir=$(configdir)/python.d
|
|
|
|
dist_userpythonconfig_DATA = \
|
2019-06-26 20:38:01 +03:00
|
|
|
- .keep \
|
2018-10-12 11:53:36 +03:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
pythonconfigdir=$(libconfigdir)/python.d
|
2019-06-26 20:38:01 +03:00
|
|
|
diff --git a/collectors/statsd.plugin/Makefile.am b/collectors/statsd.plugin/Makefile.am
|
|
|
|
index e63bf98..0f59782 100644
|
|
|
|
--- a/collectors/statsd.plugin/Makefile.am
|
|
|
|
+++ b/collectors/statsd.plugin/Makefile.am
|
|
|
|
@@ -14,6 +14,5 @@ dist_statsdconfig_DATA = \
|
2018-10-12 11:53:36 +03:00
|
|
|
|
|
|
|
userstatsdconfigdir=$(configdir)/statsd.d
|
|
|
|
dist_userstatsdconfig_DATA = \
|
2019-06-26 20:38:01 +03:00
|
|
|
- .keep \
|
2018-10-12 11:53:36 +03:00
|
|
|
$(NULL)
|
|
|
|
|
2019-06-26 20:38:01 +03:00
|
|
|
diff --git a/health/Makefile.am b/health/Makefile.am
|
|
|
|
index 62a4c6d..4d651df 100644
|
|
|
|
--- a/health/Makefile.am
|
|
|
|
+++ b/health/Makefile.am
|
|
|
|
@@ -16,7 +16,6 @@ dist_noinst_DATA = \
|
2018-10-12 11:53:36 +03:00
|
|
|
|
|
|
|
userhealthconfigdir=$(configdir)/health.d
|
|
|
|
dist_userhealthconfig_DATA = \
|
2019-06-26 20:38:01 +03:00
|
|
|
- .keep \
|
2018-10-12 11:53:36 +03:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
healthconfigdir=$(libconfigdir)/health.d
|
2019-06-26 20:38:01 +03:00
|
|
|
diff --git a/system/Makefile.am b/system/Makefile.am
|
|
|
|
index b085dca..ccfa588 100644
|
|
|
|
--- a/system/Makefile.am
|
|
|
|
+++ b/system/Makefile.am
|
|
|
|
@@ -17,10 +17,6 @@ CLEANFILES = \
|
2018-10-12 11:53:36 +03:00
|
|
|
include $(top_srcdir)/build/subst.inc
|
|
|
|
SUFFIXES = .in
|
|
|
|
|
|
|
|
-dist_config_SCRIPTS = \
|
|
|
|
- edit-config \
|
|
|
|
- $(NULL)
|
|
|
|
-
|
|
|
|
nodist_noinst_DATA = \
|
|
|
|
netdata-openrc \
|
|
|
|
netdata.logrotate \
|