diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2012-07-13 01:07:41 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-07-13 01:07:41 +0200 |
commit | ba961854ddec8a8efcffab44540c33cc7dffebfa (patch) | |
tree | 4438f3218e86cf5620affd2b4850e90890f0e3da /Makefile.am | |
parent | 3a419b98485e347413f723f46ceb38dcf2c94688 (diff) |
journalctl: show any printable Unicode character
This makes sure we are OK in outputting all valid, non-control UTF-8
characters, instead of just printable 7bit ASCII.
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 14f9455b51..507ea3acd4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -726,7 +726,8 @@ libsystemd_logs_la_CFLAGS = \ libsystemd_logs_la_LIBADD = \ libsystemd-journal-internal.la \ - libsystemd-id128-internal.la + libsystemd-id128-internal.la \ + libsystemd-shared.la # ------------------------------------------------------------------------------ noinst_LTLIBRARIES += \ |