]> arthur.barton.de Git - netdata.git/blob - python.d/Makefile.am
more informative error messages in python-modules-installer.sh
[netdata.git] / python.d / Makefile.am
1 MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
2 CLEANFILES = \
3         python-modules-installer.sh \
4         $(NULL)
5
6 include $(top_srcdir)/build/subst.inc
7
8 SUFFIXES = .in
9
10 dist_python_SCRIPTS = \
11         example.chart.py \
12         mysql.chart.py \
13         phpfpm.chart.py \
14         apache.chart.py \
15         nginx.chart.py \
16         python-modules-installer.sh \
17         $(NULL)
18
19 dist_python_DATA = \
20         README.md \
21         $(NULL)
22
23 pythonmodulesdir=$(pythondir)/python_modules
24 dist_pythonmodules_DATA = \
25         python_modules/__init__.py \
26         python_modules/base.py \
27         python_modules/msg.py \
28         $(NULL)
29