From 13be49798cc4d1bdf84780b6a315e920f20fa11a Mon Sep 17 00:00:00 2001 From: Lukas Nykryn Date: Thu, 10 Apr 2014 11:33:12 +0200 Subject: cgls: fix running with -M option systemd-machined doesn't store cgroup path in a state file anymore. Let's figure it out from the scope. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c51f6ae8d4..683f3f03c6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1961,6 +1961,7 @@ systemd_cgls_SOURCES = \ src/cgls/cgls.c systemd_cgls_LDADD = \ + libsystemd-internal.la \ libsystemd-shared.la # ------------------------------------------------------------------------------ -- cgit v1.2.3-54-g00ecf