From 224f2ee221e77c326d1d7761abb6e812432b2163 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 5 Jan 2012 15:34:13 +0100 Subject: journald: add configuration file options to forward all logged data to kmsg, console, syslog --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3-54-g00ecf