1
0
mirror of https://github.com/netdata/netdata.git synced 2021-06-06 23:03:21 +03:00
Files
netdata/backends/Makefile.am
Konstantinos Natsakis 675383b26a Makefile.am files indentation (#7252)
* Use 4 spaces for indentation of non-recipe lines in Makefile.am files

* Be more consistent in the use of space before = in Makefile.am files
2019-11-11 01:30:00 +02:00

23 lines
367 B
Makefile

# SPDX-License-Identifier: GPL-3.0-or-later
AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
SUBDIRS = \
graphite \
json \
opentsdb \
prometheus \
aws_kinesis \
mongodb \
$(NULL)
dist_noinst_DATA = \
README.md \
WALKTHROUGH.md \
$(NULL)
dist_noinst_SCRIPTS = \
nc-backend.sh \
$(NULL)