chiark / gitweb /
machinectl: show most recent log output in "machinectl status", too
[elogind.git] / Makefile.am
index 10fc8a9c8482e26e81f6c163413223085e542206..e024748a66d9f6a9b1d5a6df95c87b5d075cea6c 100644 (file)
@@ -1389,7 +1389,8 @@ tests += \
        test-execute \
        test-copy \
        test-cap-list \
-       test-sigbus
+       test-sigbus \
+       test-verbs
 
 EXTRA_DIST += \
        test/a.service \
@@ -1662,6 +1663,12 @@ test_tmpfiles_LDADD = \
 test_namespace_SOURCES = \
        src/test/test-namespace.c
 
+test_verbs_SOURCES = \
+       src/test/test-verbs.c
+
+test_verbs_LDADD = \
+       libsystemd-shared.la
+
 test_namespace_LDADD = \
        libsystemd-core.la
 
@@ -3778,7 +3785,8 @@ v4l_id_SOURCES = \
        src/udev/v4l_id/v4l_id.c
 
 v4l_id_LDADD = \
-       libudev-internal.la
+       libudev-internal.la \
+       libsystemd-shared.la
 
 udevlibexec_PROGRAMS += \
        v4l_id
@@ -5052,6 +5060,7 @@ libsystemd_machine_core_la_SOURCES = \
        src/machine/machine.h \
        src/machine/machined-dbus.c \
        src/machine/machine-dbus.c \
+       src/machine/machine-dbus.h \
        src/machine/image-dbus.c \
        src/machine/image-dbus.h
 
@@ -5069,6 +5078,8 @@ machinectl_SOURCES = \
 
 machinectl_LDADD = \
        libsystemd-internal.la \
+       libsystemd-logs.la \
+       libsystemd-journal-internal.la \
        libsystemd-shared.la
 
 rootbin_PROGRAMS += \
@@ -5530,6 +5541,8 @@ loginctl_SOURCES = \
 
 loginctl_LDADD = \
        libsystemd-internal.la \
+       libsystemd-logs.la \
+       libsystemd-journal-internal.la \
        libudev-internal.la \
        libsystemd-shared.la