summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2016-02-02 19:34:39 +0100
committerLennart Poettering <lennart@poettering.net>2016-02-02 19:34:39 +0100
commitc5c41f1e57a620266ea08daffbf01e922e83c775 (patch)
tree861bf84311224118f162bd6b4a82d13be0fc2c50 /Makefile.am
parent1cb1ee5dd10a0b703c58ed075bd55244f88f1d2d (diff)
parent795ab08f783e78e85f1493879f13ac44cb113b00 (diff)
Merge pull request #2510 from msekletar/journalctl-dev-sda-v4
journalctl: make "journalctl /dev/sda" work
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 0b4a6b9e2e..a291c3c56f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4027,7 +4027,8 @@ journalctl_SOURCES = \
src/journal/journalctl.c
journalctl_LDADD = \
- libshared.la
+ libshared.la \
+ libudev-core.la
if HAVE_QRENCODE
journalctl_SOURCES += \