summaryrefslogtreecommitdiffstats
path: root/backends/prometheus/Makefile.am
blob: e5f74851a340de573a88473f4106adb2ee72e679 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# SPDX-License-Identifier: GPL-3.0-or-later

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

SUBDIRS = \
	remote_write \
	$(NULL)

dist_noinst_DATA = \
	README.md \
	$(NULL)