diff options
author | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2013-11-07 13:49:04 +0900 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-11-08 14:07:27 +0100 |
commit | f459b6025f9368116d8c410376546c157314c205 (patch) | |
tree | f3b781b205d334860481adc14e31df29869bad62 /Makefile.am | |
parent | a6c616024db23fef34152c1432892824a07799cc (diff) |
systemctl: port to libsystemd-bus
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 8d3d451372..ffb10d69c3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1783,14 +1783,10 @@ systemd_cgroups_agent_LDADD = \ systemctl_SOURCES = \ src/systemctl/systemctl.c -systemctl_CFLAGS = \ - $(AM_CFLAGS) \ - $(DBUS_CFLAGS) - systemctl_LDADD = \ libsystemd-units.la \ libsystemd-label.la \ - libsystemd-dbus.la \ + libsystemd-bus-internal.la \ libsystemd-logs.la \ libsystemd-login-internal.la \ libsystemd-journal-internal.la \ |