X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=e1e08430863bb60ff45ac5a9cbc4e2b756f28907;hp=f55e6ca0d1b1f3a36c0504f770825a3f79ed1a98;hb=003dffde2c1b93afbc9aff24b277276f65424406;hpb=8b169c0fc24cd63ab24a5389a93bf2151b0c28eb diff --git a/Makefile.am b/Makefile.am index f55e6ca0d..e1e084308 100644 --- a/Makefile.am +++ b/Makefile.am @@ -896,8 +896,11 @@ libsystemd_shared_la_SOURCES = \ src/shared/nss-util.h \ src/shared/btrfs-util.c \ src/shared/btrfs-util.h \ + src/shared/btrfs-ctree.h \ src/shared/verbs.c \ src/shared/verbs.h \ + src/shared/machine-image.c \ + src/shared/machine-image.h \ src/shared/build.h if HAVE_UTMP @@ -3054,6 +3057,7 @@ libsystemd_network_la_SOURCES = \ src/systemd/sd-dhcp6-client.h \ src/systemd/sd-dhcp6-lease.h \ src/systemd/sd-pppoe.h \ + src/systemd/sd-lldp.h \ src/libsystemd-network/sd-dhcp-client.c \ src/libsystemd-network/sd-dhcp-server.c \ src/libsystemd-network/dhcp-network.c \ @@ -3089,7 +3093,6 @@ libsystemd_network_la_SOURCES = \ src/libsystemd-network/lldp-internal.h \ src/libsystemd-network/lldp-internal.c \ src/libsystemd-network/lldp-util.h \ - src/libsystemd-network/sd-lldp.h \ src/libsystemd-network/sd-lldp.c libsystemd_network_la_LIBADD = \ @@ -5038,11 +5041,10 @@ rootlibexec_PROGRAMS += \ libsystemd_machine_core_la_SOURCES = \ src/machine/machine.c \ src/machine/machine.h \ - src/machine/image.c \ - src/machine/image.h \ src/machine/machined-dbus.c \ src/machine/machine-dbus.c \ - src/machine/image-dbus.c + src/machine/image-dbus.c \ + src/machine/image-dbus.h libsystemd_machine_core_la_LIBADD = \ libsystemd-label.la \ @@ -5090,6 +5092,12 @@ dist_dbussystemservice_DATA += \ dist_dbuspolicy_DATA += \ src/machine/org.freedesktop.machine1.conf +polkitpolicy_files += \ + src/machine/org.freedesktop.machine1.policy + +polkitpolicy_in_files += \ + src/machine/org.freedesktop.machine1.policy.in + dist_zshcompletion_DATA += \ shell-completion/zsh/_machinectl \ shell-completion/zsh/_sd_machines @@ -5130,6 +5138,8 @@ bin_PROGRAMS += \ systemd_import_SOURCES = \ src/import/import.c \ + src/import/import-gpt.c \ + src/import/import-gpt.h \ src/import/import-dkr.c \ src/import/import-dkr.h \ src/import/curl-util.c \