summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-06-17 22:57:28 +0200
committerLennart Poettering <lennart@poettering.net>2010-06-17 22:57:28 +0200
commite4b613402deb901741d910fc9442d6d4c1763951 (patch)
treebc6afcf157736d1f4a440ef28c5476a0196afa04 /Makefile.am
parent5925dd3c7ab771c86036b4a91640957e5d7a0e80 (diff)
systemctl: provide compatibility implementations for various sysv utilities
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 197407cdb0..d5ada988e1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -369,6 +369,7 @@ systemd_cgroups_agent_LDADD = \
systemctl_SOURCES = \
src/systemctl.c \
+ src/utmp-wtmp.c \
$(BASIC_SOURCES)
systemctl_CFLAGS = $(AM_CFLAGS) $(DBUS_CFLAGS)