diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-01-05 15:34:13 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-01-05 15:39:03 +0100 |
commit | 224f2ee221e77c326d1d7761abb6e812432b2163 (patch) | |
tree | 45c0cc0877201e1049ed7487b33947b18e338154 /Makefile.am | |
parent | 674f8283698517047a7c0e78cff1e18932a97b05 (diff) |
journald: add configuration file options to forward all logged data to kmsg, console, syslog
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 7eea06f318..e668c09dd1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1290,7 +1290,8 @@ noinst_PROGRAMS += \ test-journal pkginclude_HEADERS += \ - src/journal/sd-journal.h + src/journal/sd-journal.h \ + src/journal/sd-messages.h lib_LTLIBRARIES += \ libsystemd-journal.la |