X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=e024748a66d9f6a9b1d5a6df95c87b5d075cea6c;hb=8b0cc9a36c8f92f010f2e8465942d2cd7c580d78;hp=10fc8a9c8482e26e81f6c163413223085e542206;hpb=fa6ac76083b8ffc1309876459f54f9f0e2843731;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 10fc8a9c8..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 @@ -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