summaryrefslogtreecommitdiffstats
path: root/src/plugins/linux-cgroups.plugin/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/linux-cgroups.plugin/Makefile.am')
-rw-r--r--src/plugins/linux-cgroups.plugin/Makefile.am28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/plugins/linux-cgroups.plugin/Makefile.am b/src/plugins/linux-cgroups.plugin/Makefile.am
deleted file mode 100644
index 14f3826017..0000000000
--- a/src/plugins/linux-cgroups.plugin/Makefile.am
+++ /dev/null
@@ -1,28 +0,0 @@
-# SPDX-License-Identifier: GPL-3.0-or-later
-
-AUTOMAKE_OPTIONS = subdir-objects
-MAINTAINERCLEANFILES = Makefile.in
-
-CLEANFILES = \
- cgroup-name.sh \
- $(NULL)
-
-cgroup-name.sh: cgroup-name.sh.in
- if sed \
- -e 's#[@]configdir_POST@#$(configdir)#g' \
- -e 's#[@]libconfigdir_POST@#$(libconfigdir)#g' \
- $< > $@.tmp; then \
- mv "$@.tmp" "$@"; \
- else \
- rm -f "$@.tmp"; \
- false; \
- fi
-
-dist_plugins_SCRIPTS = \
- cgroup-name.sh \
- cgroup-network-helper.sh \
- $(NULL)
-
-dist_noinst_DATA = \
- cgroup-name.sh.in \
- $(NULL)