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