0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-05-17 14:42:21 +00:00

Fix make dist ()

* fix make dist; fixes 

* added daemon dir

* fix edit-config in dist

* removed config.h from file dependencies

* do not attempt to detect stock files on vanilla installations

* add missing files to dist

* another fix for missing dist files

* modular plugins are now self-configured for automake

* updated lgtm

* fix cncf urls
This commit is contained in:
Costa Tsaousis 2018-10-16 15:26:28 +03:00 committed by GitHub
parent 6ea6dcc364
commit d802f83e4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
96 changed files with 1240 additions and 224 deletions
collectors/python.d.plugin/postgres

View file

@ -0,0 +1,13 @@
# 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 += postgres/postgres.chart.py
dist_pythonconfig_DATA += postgres/postgres.conf
# do not install these files, but include them in the distribution
dist_noinst_DATA += postgres/README.md postgres/Makefile.inc