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