chiark / gitweb /
machined: fix grammar in org.freedesktop.machine1.policy.in
[elogind.git] / Makefile.am
index f71bc9ac4b4755f82273cf46d78047bfb8592922..5f80306dd335e2bc1d18550649862476c4e3e7cb 100644 (file)
@@ -506,7 +506,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 += \
@@ -899,6 +900,8 @@ libsystemd_shared_la_SOURCES = \
        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
@@ -5039,11 +5042,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 \