diff options
Diffstat (limited to 'plugins.d/Makefile.am')
-rw-r--r-- | plugins.d/Makefile.am | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins.d/Makefile.am b/plugins.d/Makefile.am new file mode 100644 index 000000000..a89ee4cdd --- /dev/null +++ b/plugins.d/Makefile.am @@ -0,0 +1,16 @@ +# +# Copyright (C) 2015 Alon Bar-Lev <alon.barlev@gmail.com> +# +MAINTAINERCLEANFILES= $(srcdir)/Makefile.in + +dist_plugins_DATA = \ + README.md \ + $(NULL) + +dist_plugins_SCRIPTS = \ + charts.d.dryrun-helper.sh \ + charts.d.plugin \ + node.d.plugin \ + tc-qos-helper.sh \ + loopsleepms.sh.inc \ + $(NULL) |