X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=17f2d9e22c4d17ddd76f6ab3252b273a6aec1b18;hb=c9fa3670bf24edf51c59c6e3904c2d0a1dd4b59d;hp=0bf803a1f366dbe36234f9cf69aa9255221c6f70;hpb=7568345034f2890af745747783c5abfbf6eccf0f;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 0bf803a1f..17f2d9e22 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1872,6 +1872,33 @@ INSTALL_DIRS += \ $(sysusersdir) endif +# ------------------------------------------------------------------------------ +if ENABLE_FIRSTBOOT +systemd_firstboot_SOURCES = \ + src/firstboot/firstboot.c + +systemd_firstboot_LDADD = \ + libsystemd-units.la \ + libsystemd-label.la \ + libsystemd-capability.la \ + libsystemd-internal.la \ + libsystemd-shared.la \ + -lcrypt + +rootbin_PROGRAMS += \ + systemd-firstboot + +nodist_systemunit_DATA += \ + units/systemd-firstboot.service + +EXTRA_DIST += \ + units/systemd-firstboot.service.in + +SYSINIT_TARGET_WANTS += \ + systemd-firstboot.service + +endif + # ------------------------------------------------------------------------------ systemd_machine_id_setup_SOURCES = \ src/machine-id-setup/machine-id-setup-main.c \ @@ -4548,6 +4575,7 @@ libsystemd_networkd_core_la_SOURCES = \ src/network/networkd-macvlan.c \ src/network/networkd-dummy.c \ src/network/networkd-tuntap.c \ + src/network/networkd-bond.c \ src/network/networkd-network.c \ src/network/networkd-address.c \ src/network/networkd-route.c \