]> arthur.barton.de Git - netdata.git/blob - python.d/Makefile.am
Merge remote-tracking branch 'upstream/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         python-modules-installer.sh \
18         $(NULL)
19
20 dist_python_DATA = \
21         README.md \
22         $(NULL)
23
24 pythonmodulesdir=$(pythondir)/python_modules
25 dist_pythonmodules_DATA = \
26         python_modules/__init__.py \
27         python_modules/base.py \
28         python_modules/msg.py \
29         $(NULL)
30