diff options
author | Lukas Nykryn <lnykryn@redhat.com> | 2014-04-10 11:33:12 +0200 |
---|---|---|
committer | Lukas Nykryn <lnykryn@redhat.com> | 2014-04-10 11:46:51 +0200 |
commit | 13be49798cc4d1bdf84780b6a315e920f20fa11a (patch) | |
tree | cc28de9eade3018014e68a1c3652e46352a69eb8 /Makefile.am | |
parent | 9541666b8d97f107335dd7e3cb93b4d2cfbf19c9 (diff) |
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 # ------------------------------------------------------------------------------ |