]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
samples: Wrap systemd samples with WITH_SYSTEMD automake variable
authorTom Hromatka <tom.hromatka@oracle.com>
Wed, 2 Aug 2023 18:40:47 +0000 (12:40 -0600)
committerTom Hromatka <tom.hromatka@oracle.com>
Fri, 4 Aug 2023 17:33:22 +0000 (11:33 -0600)
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
samples/cmdline/Makefile.am
samples/python/Makefile.am

index dd0ca5e930b3fc5baf7581a4a3f5ac3f7455d00f..1271b9a0f0c21c72c2bcce6d86eca00b4f8a31bb 100644 (file)
@@ -8,6 +8,8 @@
 
 if WITH_SAMPLES
 
+if WITH_SYSTEMD
 EXTRA_DIST = systemd-with-idle-process.md
+endif
 
 endif
index 17aaf89b7db14e526cd7087a6cc79e64e921f4bf..3d45d72e6cedeaaaa697a9407a01a87b84ec51ca 100644 (file)
@@ -8,7 +8,9 @@
 
 if WITH_SAMPLES
 
+if WITH_SYSTEMD
 EXTRA_DIST = create_systemd_scope.py
+endif
 
 endif