From: Tom Hromatka Date: Sat, 20 May 2023 01:53:22 +0000 (-0600) Subject: samples: Add automake files for the cmdline directory X-Git-Tag: v3.1.0~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e1b846a04fe0a5611c4d13b239f82dcf5c2bd83;p=thirdparty%2Flibcgroup.git samples: Add automake files for the cmdline directory Signed-off-by: Tom Hromatka Reviewed-by: Kamalesh Babulal --- diff --git a/configure.ac b/configure.ac index 98fe2797..442f1b7b 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/samples/Makefile.am b/samples/Makefile.am index a0454b7e..d8374f6c 100644 --- a/samples/Makefile.am +++ b/samples/Makefile.am @@ -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 index 00000000..dd0ca5e9 --- /dev/null +++ b/samples/cmdline/Makefile.am @@ -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 +# + +if WITH_SAMPLES + +EXTRA_DIST = systemd-with-idle-process.md + +endif