Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
Reviewed-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
tests/gunit/Makefile
samples/Makefile
samples/c/Makefile
+ samples/cmdline/Makefile
samples/config/Makefile
samples/python/Makefile
include/Makefile
-DIST_SUBDIRS = config c python
+DIST_SUBDIRS = config c python cmdline
SUBDIRS = $(DIST_SUBDIRS)
--- /dev/null
+# SPDX-License-Identifier: LGPL-2.1-only
+#
+# libcgroup cmdline samples Makefile.am
+#
+# Copyright (c) 2023 Oracle and/or its affiliates.
+# Author: Tom Hromatka <tom.hromatka@oracle.com>
+#
+
+if WITH_SAMPLES
+
+EXTRA_DIST = systemd-with-idle-process.md
+
+endif