From bdfb9e7f7c315af5a6755ac4701b696ce2305a19 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 22 Aug 2012 02:49:17 +0200 Subject: journald: augment journal entries from the kernel with data from udev --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') 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 += \ -- cgit v1.2.3-54-g00ecf