summaryrefslogtreecommitdiffstats
path: root/backends/prometheus/remote_write/Makefile.am
blob: d049ef48c27a0676873e7c465bddf31608411e11 (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)