0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-25 05:31:37 +00:00
netdata_netdata/collectors/python.d.plugin/phpfpm/Makefile.inc
Costa Tsaousis d802f83e4a
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
2018-10-16 15:26:28 +03:00

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