diff options
author | Tom Gundersen <teg@jklm.no> | 2013-08-12 01:50:03 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2013-10-18 01:34:55 +0200 |
commit | b75b4db0af92514fce3955a1350b77c3c42e7f77 (patch) | |
tree | ee404386a5b32ef7f1b54ed8510b8fa16600e0d8 /Makefile.am | |
parent | d05f1cae2f2ff2828f482f943f86125dbada3f25 (diff) |
initctl: port to sd-bus
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 ad9c60a56a..06a806c7d0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1501,7 +1501,7 @@ systemd_initctl_CFLAGS = \ systemd_initctl_LDADD = \ libsystemd-shared.la \ libsystemd-daemon.la \ - libsystemd-dbus.la + libsystemd-bus.la # ------------------------------------------------------------------------------ systemd_update_utmp_SOURCES = \ |