X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=73e911f6bf0dfeb1b16bfea43a389688fd8e2769;hp=96c9fc44f28b2152270dc168b301e2cf6fb348d9;hb=abd440cd24281fab7a7ccc470f31acc49f151b5b;hpb=3c70e3bb022f0de3317f3600c9366a2f4597339e diff --git a/Makefile.am b/Makefile.am index 96c9fc44f..73e911f6b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -74,7 +74,6 @@ dbussessionservicedir=@dbussessionservicedir@ dbussystemservicedir=@dbussystemservicedir@ pamlibdir=@pamlibdir@ pamconfdir=@pamconfdir@ -pkgconfigdatadir=$(datadir)/pkgconfig pkgconfiglibdir=$(libdir)/pkgconfig polkitpolicydir=$(datadir)/polkit-1/actions bashcompletiondir=@bashcompletiondir@ @@ -506,7 +505,8 @@ dist_systemunit_DATA = \ units/systemd-udevd-control.socket \ units/systemd-udevd-kernel.socket \ units/system-update.target \ - units/initrd-switch-root.target + units/initrd-switch-root.target \ + units/machines.target if ENABLE_KDBUS dist_systemunit_DATA += \ @@ -896,8 +896,12 @@ 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/verbs.h \ + src/shared/machine-image.c \ + src/shared/machine-image.h \ + src/shared/build.h if HAVE_UTMP libsystemd_shared_la_SOURCES += \ @@ -1140,8 +1144,6 @@ libsystemd_core_la_SOURCES = \ src/core/loopback-setup.c \ src/core/namespace.c \ src/core/namespace.h \ - src/core/build.h \ - src/core/sysfs-show.h \ src/core/killall.h \ src/core/killall.c \ src/core/audit-fd.c \ @@ -1300,7 +1302,7 @@ dist_dbussystemservice_DATA += \ polkitpolicy_in_in_files += \ src/core/org.freedesktop.systemd1.policy.in.in -pkgconfigdata_DATA = \ +pkgconfiglib_DATA += \ src/core/systemd.pc nodist_rpmmacros_DATA = \ @@ -3055,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 \ @@ -3090,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 = \ @@ -5039,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 \ @@ -5091,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 @@ -5131,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 \ @@ -5507,6 +5516,7 @@ rootlibexec_PROGRAMS += \ loginctl_SOURCES = \ src/login/loginctl.c \ + src/login/sysfs-show.h \ src/login/sysfs-show.c loginctl_LDADD = \ @@ -6071,7 +6081,6 @@ EXTRA_DIST += \ CLEANFILES += \ $(nodist_systemunit_DATA) \ $(nodist_userunit_DATA) \ - $(pkgconfigdata_DATA) \ $(pkgconfiglib_DATA) \ $(nodist_polkitpolicy_DATA)