]> arthur.barton.de Git - netdata.git/commitdiff
fix makefile
authorpaulfantom <paulfantom@gmail.com>
Tue, 14 Jun 2016 15:21:12 +0000 (17:21 +0200)
committerpaulfantom <paulfantom@gmail.com>
Tue, 14 Jun 2016 19:27:19 +0000 (21:27 +0200)
python.d/Makefile.am

index 1a43fe07e2465695eacfa8cbd0e0d3e3ca2b374f..fa39c8fe58163d7683aabff7a08ce3844f7d9f5c 100644 (file)
@@ -14,30 +14,3 @@ dist_pythonmodules_DATA = \
        python_modules/__init__.py
        $(NULL)
 
-
-pythonmodulespymysqldir=$(pythondir)/python_modules/pymysql
-dist_pythonmodulespymysql_DATA = \
-       python_modules/pymysql/charset.py \
-       python_modules/pymysql/_compat.py \
-       python_modules/pymysql/connections.py \
-       python_modules/pymysql/converters.py \
-       python_modules/pymysql/cursors.py \
-       python_modules/pymysql/err.py \
-       python_modules/pymysql/__init__.py \
-       python_modules/pymysql/optionfile.py \
-       python_modules/pymysql/_socketio.py \
-       python_modules/pymysql/times.py \
-       python_modules/pymysql/util.py \
-       $(NULL)
-
-pythonmodulespymysqlconstantsdir=$(pythondir)/python_modules/pymysql/constants
-dist_pythonmodulespymysqlconstants_DATA = \
-       python_modules/pymysql/constants/CLIENT.py \
-       python_modules/pymysql/constants/COMMAND.py \
-       python_modules/pymysql/constants/CR.py \
-       python_modules/pymysql/constants/ER.py \
-       python_modules/pymysql/constants/FIELD_TYPE.py \
-       python_modules/pymysql/constants/FLAG.py \
-       python_modules/pymysql/constants/__init__.py \
-       python_modules/pymysql/constants/SERVER_STATUS.py \
-       $(NULL)