mirror of
https://github.com/netdata/netdata.git
synced 2021-06-06 23:03:21 +03:00
* 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
23 lines
367 B
Makefile
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)
|