From d802f83e4af868236a4381112b82b7561c8d7f67 Mon Sep 17 00:00:00 2001 From: Costa Tsaousis Date: Tue, 16 Oct 2018 15:26:28 +0300 Subject: 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 --- collectors/python.d.plugin/freeradius/Makefile.inc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 collectors/python.d.plugin/freeradius/Makefile.inc (limited to 'collectors/python.d.plugin/freeradius/Makefile.inc') diff --git a/collectors/python.d.plugin/freeradius/Makefile.inc b/collectors/python.d.plugin/freeradius/Makefile.inc new file mode 100644 index 0000000000..54aa6492f5 --- /dev/null +++ b/collectors/python.d.plugin/freeradius/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 += freeradius/freeradius.chart.py +dist_pythonconfig_DATA += freeradius/freeradius.conf + +# do not install these files, but include them in the distribution +dist_noinst_DATA += freeradius/README.md freeradius/Makefile.inc + -- cgit v1.2.3