mirror of
https://github.com/netdata/netdata.git
synced 2021-06-06 23:03:21 +03:00
* Add support for spawning processes without pipes. * Port health_alarm_execute() from mypopen() to netdata_spawn() * Make alarm notifications asynchronous within a single health thread iteration * Initial version of spawn server. * preliminary integration of spawn client with health
10 lines
175 B
Makefile
10 lines
175 B
Makefile
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
AUTOMAKE_OPTIONS = subdir-objects
|
|
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
|
|
|
|
dist_noinst_DATA = \
|
|
README.md \
|
|
$(NULL)
|
|
|