chiark / gitweb /
machined: beef up machined image listing with creation/modification times of subvolumes
[elogind.git] / Makefile.am
index 96c9fc44f28b2152270dc168b301e2cf6fb348d9..fd1a8a5ae9ef1b70dcf422f56ae1308c2d172141 100644 (file)
@@ -896,8 +896,10 @@ 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/build.h
 
 if HAVE_UTMP
 libsystemd_shared_la_SOURCES += \
@@ -1140,8 +1142,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 \
@@ -5091,6 +5091,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 +5137,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 +5515,7 @@ rootlibexec_PROGRAMS += \
 
 loginctl_SOURCES = \
        src/login/loginctl.c \
+       src/login/sysfs-show.h \
        src/login/sysfs-show.c
 
 loginctl_LDADD = \