]> arthur.barton.de Git - netdata.git/blob - python.d/Makefile.am
preserve configs across installaitons
[netdata.git] / python.d / Makefile.am
1 MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
2
3 dist_python_SCRIPTS = \
4         example.chart.py \
5         mysql.chart.py \
6         $(NULL)
7
8 dist_python_DATA = \
9         README.md \
10         $(NULL)
11
12 pythonmodulesdir=$(pythondir)/python_modules
13 dist_pythonmodules_DATA = \
14         python_modules/__init__.py
15         $(NULL)
16
17
18 pythonmodulespymysqldir=$(pythondir)/python_modules/pymysql
19 dist_pythonmodulespymysql_DATA = \
20         python_modules/pymysql/charset.py \
21         python_modules/pymysql/_compat.py \
22         python_modules/pymysql/connections.py \
23         python_modules/pymysql/converters.py \
24         python_modules/pymysql/cursors.py \
25         python_modules/pymysql/err.py \
26         python_modules/pymysql/__init__.py \
27         python_modules/pymysql/optionfile.py \
28         python_modules/pymysql/_socketio.py \
29         python_modules/pymysql/times.py \
30         python_modules/pymysql/util.py \
31         $(NULL)
32
33 pythonmodulespymysqlconstantsdir=$(pythondir)/python_modules/pymysql/constants
34 dist_pythonmodulespymysqlconstants_DATA = \
35         python_modules/pymysql/constants/CLIENT.py \
36         python_modules/pymysql/constants/COMMAND.py \
37         python_modules/pymysql/constants/CR.py \
38         python_modules/pymysql/constants/ER.py \
39         python_modules/pymysql/constants/FIELD_TYPE.py \
40         python_modules/pymysql/constants/FLAG.py \
41         python_modules/pymysql/constants/__init__.py \
42         python_modules/pymysql/constants/SERVER_STATUS.py \
43         $(NULL)