diff options
Diffstat (limited to 'charts.d/Makefile.am')
-rw-r--r-- | charts.d/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/charts.d/Makefile.am b/charts.d/Makefile.am index ec0e101f3..85bcef3cf 100644 --- a/charts.d/Makefile.am +++ b/charts.d/Makefile.am @@ -4,6 +4,10 @@ MAINTAINERCLEANFILES= $(srcdir)/Makefile.in dist_charts_SCRIPTS = \ + $(NULL) + +dist_charts_DATA = \ + README.md \ ap.chart.sh \ apcupsd.chart.sh \ apache.chart.sh \ @@ -24,7 +28,3 @@ dist_charts_SCRIPTS = \ squid.chart.sh \ tomcat.chart.sh \ $(NULL) - -dist_charts_DATA = \ - README.md \ - $(NULL) |