summaryrefslogtreecommitdiffstats
path: root/web/api/formatters/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'web/api/formatters/Makefile.am')
-rw-r--r--web/api/formatters/Makefile.am15
1 files changed, 0 insertions, 15 deletions
diff --git a/web/api/formatters/Makefile.am b/web/api/formatters/Makefile.am
deleted file mode 100644
index 11f239ccf..000000000
--- a/web/api/formatters/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-# SPDX-License-Identifier: GPL-3.0-or-later
-
-AUTOMAKE_OPTIONS = subdir-objects
-MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
-
-SUBDIRS = \
- csv \
- json \
- ssv \
- value \
- $(NULL)
-
-dist_noinst_DATA = \
- README.md \
- $(NULL)