chiark / gitweb /
main: we want all setup functions to be in files called xxx-setup.[ch]
[elogind.git] / Makefile.am
index b38489b616d2693b5a1d38b17a46c173c35b2ea0..8b1cafe702855faa5e4c35dbc8f94975afe03f97 100644 (file)
@@ -565,8 +565,8 @@ libsystemd_shared_la_SOURCES = \
        src/shared/spawn-ask-password-agent.h \
        src/shared/mount-setup.c \
        src/shared/mount-setup.h \
-       src/shared/machine-id-util.c \
-       src/shared/machine-id-util.h \
+       src/shared/machine-id-setup.c \
+       src/shared/machine-id-setup.h \
        src/shared/loopback-setup.h \
        src/shared/loopback-setup.c \
        src/shared/specifier.c \
@@ -988,7 +988,7 @@ systemd_tmpfiles_LDADD = \
 
 # ------------------------------------------------------------------------------
 systemd_machine_id_setup_SOURCES = \
-       src/machine-id-setup.c
+       src/machine-id-setup/machine-id-setup-main.c
 
 systemd_machine_id_setup_LDADD = \
        libsystemd-label.la \