0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-27 14:16:20 +00:00
netdata_netdata/collectors/python.d.plugin/tor/Makefile.inc
Ilya Mashchenko bc91d16243
add tor python module ()
* tor: python tor module init version

* tor: minor

* tor: minor

* tor: minor

* tor: user super in __init__

* tor: do not suggest to use password by default

* tor: add module to python.d.conf
2018-11-05 22:38:41 +09:00

13 lines
418 B
Makefile

# SPDX-License-Identifier: GPL-3.0-or-later
# THIS IS NOT A COMPLETE Makefile
# IT IS INCLUDED BY ITS PARENT'S Makefile.am
# IT IS REQUIRED TO REFERENCE ALL FILES RELATIVE TO THE PARENT
# install these files
dist_python_DATA += tor/tor.chart.py
dist_pythonconfig_DATA += tor/tor.conf
# do not install these files, but include them in the distribution
dist_noinst_DATA += tor/README.md tor/Makefile.inc