summaryrefslogtreecommitdiffstats
path: root/collectors/python.d.plugin/nginx_plus
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@tsaousis.gr>2018-10-16 15:26:28 +0300
committerGitHub <noreply@github.com>2018-10-16 15:26:28 +0300
commitd802f83e4af868236a4381112b82b7561c8d7f67 (patch)
tree6c80aa37dfc0007404b5e80d9f82ddd464d22174 /collectors/python.d.plugin/nginx_plus
parent6ea6dcc3640263ce5f07df2bccb025eda4acefe2 (diff)
Fix make dist (#4401)
* fix make dist; fixes #4400 * 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
Diffstat (limited to 'collectors/python.d.plugin/nginx_plus')
-rw-r--r--collectors/python.d.plugin/nginx_plus/Makefile.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/collectors/python.d.plugin/nginx_plus/Makefile.inc b/collectors/python.d.plugin/nginx_plus/Makefile.inc
new file mode 100644
index 0000000000..d3fdeaf2b5
--- /dev/null
+++ b/collectors/python.d.plugin/nginx_plus/Makefile.inc
@@ -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 += nginx_plus/nginx_plus.chart.py
+dist_pythonconfig_DATA += nginx_plus/nginx_plus.conf
+
+# do not install these files, but include them in the distribution
+dist_noinst_DATA += nginx_plus/README.md nginx_plus/Makefile.inc
+