chiark / gitweb /
machined: Move image discovery logic into src/shared, so that we can make use of...
[elogind.git] / Makefile.am
index f71bc9ac4b4755f82273cf46d78047bfb8592922..e1e08430863bb60ff45ac5a9cbc4e2b756f28907 100644 (file)
@@ -899,6 +899,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 +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 \