0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-17 11:12:42 +00:00
netdata_netdata/web/api/Makefile.am
Konstantinos Natsakis 675383b26a
Makefile.am files indentation ()
* 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

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)