chiark / gitweb /
build-sys: install busctl
[elogind.git] / Makefile.am
index 8d3d451372a2be620de6938f98291e6e12f28e66..53685c11c23df7843040efa07b5c24c5c5214483 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 \
@@ -2024,7 +2020,7 @@ tests += \
        test-bus-objects \
        test-event
 
-noinst_PROGRAMS += \
+bin_PROGRAMS += \
        busctl
 
 test_bus_marshal_SOURCES = \