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

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

CLEANFILES = \
	remote_write.pb.cc \
	remote_write.pb.h \
	$(NULL)

dist_noinst_DATA = \
	remote_write.proto \
	README.md \
	$(NULL)