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 (28 lines) | stat: -rw-r--r-- 447 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
22
23
24
25
26
27
28
# SPDX-License-Identifier: GPL-3.0-or-later

AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in

SUBDIRS = \
    adaptive_resortable_list \
    avl \
    buffer \
    clocks \
    config \
    dictionary \
    eval \
    locks \
    log \
    popen \
    procfile \
    simple_pattern \
    socket \
    statistical \
    storage_number \
    threads \
    url \
    $(NULL)

dist_noinst_DATA = \
	README.md \
	$(NULL)