diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-06-17 22:57:28 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-06-17 22:57:28 +0200 |
commit | e4b613402deb901741d910fc9442d6d4c1763951 (patch) | |
tree | bc6afcf157736d1f4a440ef28c5476a0196afa04 /Makefile.am | |
parent | 5925dd3c7ab771c86036b4a91640957e5d7a0e80 (diff) |
systemctl: provide compatibility implementations for various sysv utilities
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
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) |