summaryrefslogtreecommitdiffstats
path: root/python.d/Makefile.am
diff options
context:
space:
mode:
authorlgz <ilyamaschenko@gmail.com>2017-10-13 01:18:50 +0900
committerlgz <ilyamaschenko@gmail.com>2017-10-20 13:51:12 +0900
commita476222ae4a1013e18a4f220c88720e546c79be3 (patch)
tree0b22ffac973c93fe80603686138dd379715cd80d /python.d/Makefile.am
parent9d704b708cd72ee314f223b98d896e5cbd8befa6 (diff)
python.d makefile updated (lm_sensors -> third_party, msg.py deleted)
Diffstat (limited to 'python.d/Makefile.am')
-rw-r--r--python.d/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/python.d/Makefile.am b/python.d/Makefile.am
index 3f1658fdde..e159c786ba 100644
--- a/python.d/Makefile.am
+++ b/python.d/Makefile.am
@@ -59,8 +59,6 @@ pythonmodulesdir=$(pythondir)/python_modules
dist_pythonmodules_DATA = \
python_modules/__init__.py \
python_modules/base.py \
- python_modules/msg.py \
- python_modules/lm_sensors.py \
$(NULL)
basesdir=$(pythonmodulesdir)/bases
@@ -87,6 +85,7 @@ third_partydir=$(pythonmodulesdir)/third_party
dist_third_party_DATA = \
python_modules/third_party/__init__.py \
python_modules/third_party/ordereddict.py \
+ python_modules/third_party/lm_sensors.py \
$(NULL)
pythonyaml2dir=$(pythonmodulesdir)/pyyaml2