diff options
author | Federico Ceratto <federico.ceratto@gmail.com> | 2016-03-30 21:40:42 +0000 |
---|---|---|
committer | Federico Ceratto <federico.ceratto@gmail.com> | 2016-03-30 21:40:42 +0000 |
commit | 9ce153ce7167c11adba8ac225edc7a707e97c6eb (patch) | |
tree | 9f6e849cce2dcc7e5b4e9e6252c843dc2d0787a2 /conf.d/Makefile.am | |
download | netdata-9ce153ce7167c11adba8ac225edc7a707e97c6eb.tar.xz netdata-9ce153ce7167c11adba8ac225edc7a707e97c6eb.zip |
Imported Upstream version 1.0.0upstream/1.0.0
Diffstat (limited to 'conf.d/Makefile.am')
-rw-r--r-- | conf.d/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/conf.d/Makefile.am b/conf.d/Makefile.am new file mode 100644 index 000000000..381b546e3 --- /dev/null +++ b/conf.d/Makefile.am @@ -0,0 +1,9 @@ +# +# Copyright (C) 2015 Alon Bar-Lev <alon.barlev@gmail.com> +# +MAINTAINERCLEANFILES= $(srcdir)/Makefile.in + +dist_config_DATA = \ + apps_groups.conf \ + charts.d.conf \ + $(NULL) |