summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-08-22 02:49:17 +0200
committerLennart Poettering <lennart@poettering.net>2012-08-22 02:49:17 +0200
commitbdfb9e7f7c315af5a6755ac4701b696ce2305a19 (patch)
treee2fa5e93af19e7a09e5311f0aecfe6ff1e59296f /Makefile.am
parentc0d6e764d107a81a6439c41edbe92790623ed7de (diff)
journald: augment journal entries from the kernel with data from udev
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e6bfc1f39e..22445fbde4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2322,7 +2322,8 @@ systemd_journald_LDADD = \
libsystemd-audit.la \
libsystemd-daemon.la \
libsystemd-id128-internal.la \
- libsystemd-journal-internal.la
+ libsystemd-journal-internal.la \
+ libudev.la
if ENABLE_LOGIND
systemd_journald_LDADD += \