summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2013-08-12 02:51:56 +0200
committerTom Gundersen <teg@jklm.no>2013-10-18 06:21:26 +0200
commit89456fcee469882bad8566aa0947c7aadadfde91 (patch)
tree6d8f791e0177b657d9ce0b8574972663d260cf81 /Makefile.am
parent96c374d0a536286e18cad64d1b5ebb8f07c90334 (diff)
update-utmp: port to sd-bus
Change from GetUnit to LoadUnit to make sure we can detect the current legacy runlevel, even if nothing loaded the legacy target files yet.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 05f6f90291..0004929cdc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1490,7 +1490,7 @@ systemd_update_utmp_CFLAGS = \
systemd_update_utmp_LDADD = \
libsystemd-shared.la \
- libsystemd-dbus.la \
+ libsystemd-bus.la \
$(AUDIT_LIBS)
# ------------------------------------------------------------------------------