diff options
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 00000000..381b546e --- /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) |