X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=e024748a66d9f6a9b1d5a6df95c87b5d075cea6c;hb=a47e6701bfc45519a4e038daa52e9236e932f59a;hp=0b46a128a7c7be7bd817e0b3fe58a10cea9644b5;hpb=5ac0162c3af95efa08a07b84ff62ad32842922c7;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 0b46a128a..e024748a6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 @@ -5053,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 @@ -5070,6 +5078,8 @@ machinectl_SOURCES = \ machinectl_LDADD = \ libsystemd-internal.la \ + libsystemd-logs.la \ + libsystemd-journal-internal.la \ libsystemd-shared.la rootbin_PROGRAMS += \ @@ -5531,6 +5541,8 @@ loginctl_SOURCES = \ loginctl_LDADD = \ libsystemd-internal.la \ + libsystemd-logs.la \ + libsystemd-journal-internal.la \ libudev-internal.la \ libsystemd-shared.la