X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=d4d96e134f4ad9881363c293cc4f3e4302bcb8c6;hb=e9140aff750e4f251f5f09b67412fed995fe9c47;hp=2efd0333fe8406f772dd7909ea815f43f93784af;hpb=3fb394369ccd6787f8f883e0f81dc7f35cb1ec51;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 2efd0333f..d4d96e134 100644 --- a/Makefile.am +++ b/Makefile.am @@ -537,6 +537,7 @@ nodist_systemunit_DATA = \ units/systemd-kexec.service \ units/systemd-fsck@.service \ units/systemd-fsck-root.service \ + units/systemd-machine-id-commit.service \ units/systemd-udevd.service \ units/systemd-udev-trigger.service \ units/systemd-udev-settle.service \ @@ -589,6 +590,7 @@ EXTRA_DIST += \ units/user/systemd-exit.service.in \ units/systemd-fsck@.service.in \ units/systemd-fsck-root.service.in \ + units/systemd-machine-id-commit.service.in \ units/user@.service.in \ units/debug-shell.service.in \ units/systemd-suspend.service.in \ @@ -2227,6 +2229,9 @@ systemd_machine_id_commit_LDADD = \ libsystemd-internal.la \ libsystemd-shared.la +SYSINIT_TARGET_WANTS += \ + systemd-machine-id-commit.service + # ------------------------------------------------------------------------------ systemd_ac_power_SOURCES = \ src/ac-power/ac-power.c @@ -2777,6 +2782,7 @@ tests += \ test-bus-gvariant \ test-event \ test-rtnl \ + test-local-addresses \ test-resolve bin_PROGRAMS += \ @@ -2935,6 +2941,13 @@ test_rtnl_LDADD = \ libsystemd-internal.la \ libsystemd-shared.la +test_local_addresses_SOURCES = \ + src/libsystemd/sd-rtnl/test-local-addresses.c + +test_local_addresses_LDADD = \ + libsystemd-internal.la \ + libsystemd-shared.la + test_resolve_SOURCES = \ src/libsystemd/sd-resolve/test-resolve.c