]> arthur.barton.de Git - netdata.git/blob - python.d/Makefile.am
Merge pull request #643 from paulfantom/master
[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         apache_cache.chart.py \
17         hddtemp.chart.py \
18         squid.chart.py \
19         tomcat.chart.py \
20         python-modules-installer.sh \
21         $(NULL)
22
23 dist_python_DATA = \
24         README.md \
25         $(NULL)
26
27 pythonmodulesdir=$(pythondir)/python_modules
28 dist_pythonmodules_DATA = \
29         python_modules/__init__.py \
30         python_modules/base.py \
31         python_modules/msg.py \
32         $(NULL)
33