diff options
author | Tom Gundersen <teg@jklm.no> | 2013-08-12 00:57:16 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2013-10-18 00:55:24 +0200 |
commit | d05f1cae2f2ff2828f482f943f86125dbada3f25 (patch) | |
tree | 581f448f3396f904a0212770b37a65b85cb5633f /Makefile.am | |
parent | 0c842e0ac0293ca395724fa3aefcc2e65390c8b7 (diff) |
cgroup-agent: 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 d2ed1dc1d4..ad9c60a56a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1801,7 +1801,7 @@ systemd_cgroups_agent_CFLAGS = \ systemd_cgroups_agent_LDADD = \ libsystemd-shared.la \ - libsystemd-dbus.la + libsystemd-bus.la # ------------------------------------------------------------------------------ systemctl_SOURCES = \ |