File: Makefile.am

package info (click to toggle)
netdata 1.12.0-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 18,772 kB
  • sloc: ansic: 59,839; python: 29,308; sh: 10,766; makefile: 1,476; pascal: 164; xml: 10
file content (21 lines) | stat: -rw-r--r-- 342 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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)