summaryrefslogtreecommitdiffstats
path: root/backends/prometheus/remote_write/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'backends/prometheus/remote_write/Makefile.am')
-rw-r--r--backends/prometheus/remote_write/Makefile.am14
1 files changed, 0 insertions, 14 deletions
diff --git a/backends/prometheus/remote_write/Makefile.am b/backends/prometheus/remote_write/Makefile.am
deleted file mode 100644
index d049ef48c..000000000
--- a/backends/prometheus/remote_write/Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-# 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)