summaryrefslogtreecommitdiffstats
path: root/charts.d/Makefile.am
diff options
context:
space:
mode:
authorLennart Weller <lhw@ring0.de>2016-04-21 12:27:29 +0000
committerLennart Weller <lhw@ring0.de>2016-04-21 12:27:29 +0000
commit30b94862648cdbf4f537337d2e2f01c369a9dee9 (patch)
treef0219dd8bd744fc09899bd0266402e05a4bff854 /charts.d/Makefile.am
parentImported Upstream version 1.0.0 (diff)
downloadnetdata-30b94862648cdbf4f537337d2e2f01c369a9dee9.tar.xz
netdata-30b94862648cdbf4f537337d2e2f01c369a9dee9.zip
Imported Upstream version 1.1.0upstream/1.1.0
Diffstat (limited to 'charts.d/Makefile.am')
-rw-r--r--charts.d/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/charts.d/Makefile.am b/charts.d/Makefile.am
index 6c33ed24d..29b41efa9 100644
--- a/charts.d/Makefile.am
+++ b/charts.d/Makefile.am
@@ -4,7 +4,6 @@
MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
dist_charts_SCRIPTS = \
- README.md \
airsearches.chart.sh \
ap.chart.sh \
apache.chart.sh \
@@ -22,3 +21,7 @@ dist_charts_SCRIPTS = \
sensors.chart.sh \
squid.chart.sh \
$(NULL)
+
+dist_charts_DATA = \
+ README.md \
+ $(NULL)