summaryrefslogtreecommitdiffstats
path: root/src/plugins/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Makefile.am')
-rw-r--r--src/plugins/Makefile.am38
1 files changed, 0 insertions, 38 deletions
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am
deleted file mode 100644
index 5bcb2b520f..0000000000
--- a/src/plugins/Makefile.am
+++ /dev/null
@@ -1,38 +0,0 @@
-# SPDX-License-Identifier: GPL-3.0-or-later
-
-MAINTAINERCLEANFILES = Makefile.in
-
-SUBDIRS = \
- apps.plugin \
- checks.plugin \
- idlejitter.plugin \
- plugins.d.plugin \
- statsd.plugin \
- $(NULL)
-
-if FREEBSD
-
-SUBDIRS += \
- freebsd.plugin \
- $(NULL)
-
-else
-if MACOS
-
-SUBDIRS += \
- macos.plugin \
- $(NULL)
-
-else
-
-SUBDIRS += \
- linux-cgroups.plugin \
- linux-diskspace.plugin \
- linux-freeipmi.plugin \
- linux-nfacct.plugin \
- linux-proc.plugin \
- linux-tc.plugin \
- $(NULL)
-
-endif
-endif