diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-07-19 02:02:39 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-07-19 02:02:39 +0200 |
commit | 57fb9fb56db0584581ce33ee842dcbf5f1136856 (patch) | |
tree | 5fc609d09ecb11d2ad8fc6654f281132e42829d7 /Makefile.am | |
parent | 4a299a7ad547becb70e8271eaf8cdc27e8e6836a (diff) |
nspawn: introduce new --link-journal= switch to link container journals into host
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 95758429e6..985e8eff49 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1468,7 +1468,8 @@ systemd_nspawn_LDADD = \ libsystemd-label.la \ libsystemd-capability.la \ libsystemd-shared.la \ - libsystemd-daemon.la + libsystemd-daemon.la \ + libsystemd-id128-internal.la # ------------------------------------------------------------------------------ systemd_stdio_bridge_SOURCES = \ |