]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
src/Makefile: compile systemd support by default
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Sat, 25 Nov 2023 14:32:34 +0000 (20:02 +0530)
committerTom Hromatka <tom.hromatka@oracle.com>
Thu, 7 Dec 2023 15:58:13 +0000 (08:58 -0700)
commitf34e87adfb85d8aa53fea634b90dd91640ade411
tree77c9c133d9908bc90ff18ae46ed93dec5a1a2f94
parent903e278f296fa265b209805bbc95b31e2196341c
src/Makefile: compile systemd support by default

Compile systemd support file by default, now we have stub and defined
versions of the systemd functions for both non-systemd and systemd
enabled configurations.  Pass linker flag WITH_SYSTEMD only when
--enable-systemd is set, that will call the defined function, otherwise
call the stub functions.

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
src/Makefile.am