From: paulfantom Date: Tue, 14 Jun 2016 15:21:12 +0000 (+0200) Subject: fix makefile X-Git-Tag: v1.3.0~131^2~12 X-Git-Url: https://arthur.barton.de/gitweb/?a=commitdiff_plain;h=038e966b08cf426bee4c9f6ad7c9569d06a0d470;p=netdata.git fix makefile --- diff --git a/python.d/Makefile.am b/python.d/Makefile.am index 1a43fe07..fa39c8fe 100644 --- a/python.d/Makefile.am +++ b/python.d/Makefile.am @@ -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)