diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-03-14 22:33:31 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-03-14 22:33:58 +0100 |
commit | 04d391dabcd860e2d0542ece1d1c7e0a9d9cd0ac (patch) | |
tree | 15a5376b669ded979cf6a5dd863b8b14c9d5faff /Makefile.am | |
parent | e03ae6615a1fe9a2aee854d00c3fc7397a06983d (diff) |
nspawn: move container into its own name=systemd cgroup
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 97c8be35ee..6104c809d3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -985,13 +985,15 @@ systemd_cgls_LDADD = \ libsystemd-basic.la systemd_nspawn_SOURCES = \ - src/nspawn.c + src/nspawn.c \ + src/cgroup-util.c systemd_nspawn_CFLAGS = \ $(AM_CFLAGS) systemd_nspawn_LDADD = \ - libsystemd-basic.la + libsystemd-basic.la \ + libsystemd-daemon.la systemd_stdio_bridge_SOURCES = \ src/bridge.c |