summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-01-03 21:08:28 +0100
committerLennart Poettering <lennart@poettering.net>2012-01-03 21:08:58 +0100
commit86aa7ba4f9969bbfc75ebd51f944313695f1a0a1 (patch)
tree509ce831b9020bdb9f1ac929a561e33711bbb4c4 /Makefile.am
parentadf7d506b50af9ba398a9925c8cd47ba328e720c (diff)
systemctl: hook up systemctl with the journal
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am17
1 files changed, 9 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am
index 8bb5b9d949..6c0fd055d0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -98,7 +98,8 @@ AM_CPPFLAGS = \
-DSYSTEMD_KBD_MODEL_MAP=\"$(pkgdatadir)/kbd-model-map\" \
-I $(top_srcdir)/src \
-I $(top_srcdir)/src/readahead \
- -I $(top_srcdir)/src/login
+ -I $(top_srcdir)/src/login \
+ -I $(top_srcdir)/src/journal
if TARGET_GENTOO
AM_CPPFLAGS += \
@@ -923,7 +924,8 @@ systemctl_SOURCES = \
src/unit-name.c \
src/pager.c \
src/install.c \
- src/spawn-agent.c
+ src/spawn-agent.c \
+ src/logs-show.c
systemctl_CFLAGS = \
$(AM_CFLAGS) \
@@ -932,6 +934,7 @@ systemctl_CFLAGS = \
systemctl_LDADD = \
libsystemd-basic.la \
libsystemd-daemon.la \
+ libsystemd-journal.la \
$(DBUS_LIBS)
systemd_notify_SOURCES = \
@@ -1189,14 +1192,12 @@ endif
systemd_journalctl_SOURCES = \
src/journal/journalctl.c \
- src/journal/sd-journal.c \
- src/journal/journal-file.c \
- src/journal/lookup3.c \
- src/sd-id128.c \
- src/pager.c
+ src/pager.c \
+ src/logs-show.c
systemd_journalctl_LDADD = \
- libsystemd-basic.la
+ libsystemd-basic.la \
+ libsystemd-journal.la
if HAVE_XZ
systemd_journalctl_SOURCES += \