mirror of
https://github.com/netdata/netdata.git
synced 2025-04-17 11:12:42 +00: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
21 lines
357 B
Makefile
21 lines
357 B
Makefile
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
AUTOMAKE_OPTIONS = subdir-objects
|
|
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
|
|
|
|
SUBDIRS = \
|
|
badges \
|
|
queries \
|
|
exporters \
|
|
formatters \
|
|
health \
|
|
$(NULL)
|
|
|
|
dist_noinst_DATA = \
|
|
README.md \
|
|
$(NULL)
|
|
|
|
dist_web_DATA = \
|
|
netdata-swagger.yaml \
|
|
netdata-swagger.json \
|
|
$(NULL)
|