diff options
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 \ |