diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-01-03 21:02:13 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-01-03 21:08:58 +0100 |
commit | 52f4f45bf48cfb757024f9abf49f1533b661397a (patch) | |
tree | 5447b910e7c0161debb6c2a1ed42d49feaead676 /Makefile.am | |
parent | 85d83bf41c8bdf55c10b7f845d81e5787ef6c295 (diff) |
journald: treat a read-only /var identical to an unmounted one
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 1af9cbc5a5..8bb5b9d949 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1175,6 +1175,7 @@ systemd_journald_CFLAGS = \ systemd_journald_LDADD = \ libsystemd-basic.la \ libsystemd-daemon.la \ + libsystemd-login.la \ $(ACL_LIBS) if HAVE_XZ |