chiark / gitweb /
install: don't override caller's parameter
[elogind.git] / Makefile.am
index 8d3d451372a2be620de6938f98291e6e12f28e66..ffb10d69c37a78be45bd56eaaf698fbc3dc26684 100644 (file)
@@ -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 \