diff options
author | Tom Gundersen <teg@jklm.no> | 2013-08-12 02:51:56 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2013-10-18 06:21:26 +0200 |
commit | 89456fcee469882bad8566aa0947c7aadadfde91 (patch) | |
tree | 6d8f791e0177b657d9ce0b8574972663d260cf81 /Makefile.am | |
parent | 96c374d0a536286e18cad64d1b5ebb8f07c90334 (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.am | 2 |
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) # ------------------------------------------------------------------------------ |