diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-04-12 14:28:43 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-04-12 14:29:29 +0200 |
commit | b6e661357ce25601829943c7f98981a92b3f1b68 (patch) | |
tree | 62741befc548d51c7dd4c02a7ba1e30a257dfb8f /Makefile.am | |
parent | 90ccc3fca7e53a60a9e67b9d5812e1d4a27fc07d (diff) |
main: we want all setup functions to be in files called xxx-setup.[ch]
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index b38489b616..8b1cafe702 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ |