diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-12-17 00:56:34 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-12-17 00:56:34 +0100 |
commit | 7f3e62571a63ac90de6ac5eefeeb8d3e9aa6f49e (patch) | |
tree | cf79b929ef42916d07227b76504fc5990bfe93e6 /Makefile.am | |
parent | 1e2579fdeb7608719cb28da0b5061f48ba0efc34 (diff) |
journal: add native protocol to journald, and client side API to send journal messages
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 58b3a63517..7dee4cf0a4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -983,6 +983,7 @@ test_journal_SOURCES = \ src/journal/sd-journal.c \ src/journal/journal-file.c \ src/journal/lookup3.c \ + src/journal/journal-send.c \ src/sd-id128.c test_journal_CFLAGS = \ |