chiark / gitweb /
machinectl: show most recent log output in "machinectl status", too
[elogind.git] / Makefile.am
index 21097bf6ba2b53bdde6f40ddfedb35397153f897..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
 
@@ -5071,6 +5078,8 @@ machinectl_SOURCES = \
 
 machinectl_LDADD = \
        libsystemd-internal.la \
+       libsystemd-logs.la \
+       libsystemd-journal-internal.la \
        libsystemd-shared.la
 
 rootbin_PROGRAMS += \
@@ -5532,6 +5541,8 @@ loginctl_SOURCES = \
 
 loginctl_LDADD = \
        libsystemd-internal.la \
+       libsystemd-logs.la \
+       libsystemd-journal-internal.la \
        libudev-internal.la \
        libsystemd-shared.la