mirror of
https://github.com/netdata/netdata.git
synced 2025-04-27 14:16:20 +00:00

* 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
13 lines
418 B
Makefile
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
|
|
|