mirror of
https://github.com/netdata/netdata.git
synced 2025-04-25 13:33:48 +00:00

* 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
13 lines
424 B
Makefile
13 lines
424 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 += ipfs/ipfs.chart.py
|
|
dist_pythonconfig_DATA += ipfs/ipfs.conf
|
|
|
|
# do not install these files, but include them in the distribution
|
|
dist_noinst_DATA += ipfs/README.md ipfs/Makefile.inc
|
|
|