summaryrefslogtreecommitdiffstats
path: root/backends/Makefile.am
blob: ea0d77e09b55668ad8a57ea1eee826eb6a9813c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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)