summaryrefslogtreecommitdiffstats
path: root/collectors/python.d.plugin/spigotmc/Makefile.inc
diff options
context:
space:
mode:
authorvkalintiris <vasilis@netdata.cloud>2023-12-13 18:29:48 +0200
committerGitHub <noreply@github.com>2023-12-13 18:29:48 +0200
commit2fe29854982f3d1fa8c621fecb1ad5aa6de8e139 (patch)
treef9a21599d5aec2e4b48e29cae33184fdf0a61b56 /collectors/python.d.plugin/spigotmc/Makefile.inc
parent92842d8422a570aed4005b5069531f7f5189fe4d (diff)
Cleanup am files (#16597)
* Remove stale automake files. * Remove .inc make files
Diffstat (limited to 'collectors/python.d.plugin/spigotmc/Makefile.inc')
-rw-r--r--collectors/python.d.plugin/spigotmc/Makefile.inc13
1 files changed, 0 insertions, 13 deletions
diff --git a/collectors/python.d.plugin/spigotmc/Makefile.inc b/collectors/python.d.plugin/spigotmc/Makefile.inc
deleted file mode 100644
index f9fa8b6b0b..0000000000
--- a/collectors/python.d.plugin/spigotmc/Makefile.inc
+++ /dev/null
@@ -1,13 +0,0 @@
-# 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 += spigotmc/spigotmc.chart.py
-dist_pythonconfig_DATA += spigotmc/spigotmc.conf
-
-# do not install these files, but include them in the distribution
-dist_noinst_DATA += spigotmc/README.md spigotmc/Makefile.inc
-