summaryrefslogtreecommitdiffstats
path: root/exporting/prometheus/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'exporting/prometheus/Makefile.am')
-rw-r--r--exporting/prometheus/Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/exporting/prometheus/Makefile.am b/exporting/prometheus/Makefile.am
new file mode 100644
index 00000000..334fca81
--- /dev/null
+++ b/exporting/prometheus/Makefile.am
@@ -0,0 +1,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)