]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
samples: Add automake files for the cmdline directory
authorTom Hromatka <tom.hromatka@oracle.com>
Sat, 20 May 2023 01:53:22 +0000 (19:53 -0600)
committerTom Hromatka <tom.hromatka@oracle.com>
Mon, 3 Jul 2023 15:00:19 +0000 (09:00 -0600)
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
Reviewed-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
configure.ac
samples/Makefile.am
samples/cmdline/Makefile.am [new file with mode: 0644]

index 98fe27970677721877832b936a29f078d366b9d9..442f1b7b9d958c7d41c60271b622592328acba17 100644 (file)
@@ -252,6 +252,7 @@ AC_CONFIG_FILES([Makefile
        tests/gunit/Makefile
        samples/Makefile
        samples/c/Makefile
+       samples/cmdline/Makefile
        samples/config/Makefile
        samples/python/Makefile
        include/Makefile
index a0454b7ed394b31b6ff79c5124d119c7032666cf..d8374f6cc4db9b2e24d3ccb4fd8257c048c1aaeb 100644 (file)
@@ -1,2 +1,2 @@
-DIST_SUBDIRS = config c python
+DIST_SUBDIRS = config c python cmdline
 SUBDIRS = $(DIST_SUBDIRS)
diff --git a/samples/cmdline/Makefile.am b/samples/cmdline/Makefile.am
new file mode 100644 (file)
index 0000000..dd0ca5e
--- /dev/null
@@ -0,0 +1,13 @@
+# 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