From 038e966b08cf426bee4c9f6ad7c9569d06a0d470 Mon Sep 17 00:00:00 2001 From: paulfantom Date: Tue, 14 Jun 2016 17:21:12 +0200 Subject: [PATCH] fix makefile --- python.d/Makefile.am | 27 --------------------------- 1 file changed, 27 deletions(-) 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) -- 2.39.2