diff options
author | Kay Sievers <kay@vrfy.org> | 2012-04-12 12:58:55 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2012-04-12 13:12:06 +0200 |
commit | 78a825f216d39ee0295b00647b059d45467e1d02 (patch) | |
tree | d9d92f99691ecfd509d9f7f4514cdb85aee2e682 /Makefile.am | |
parent | 68fb08920b2162b48cf0fa8dd98b021327b42896 (diff) |
rename machine-id-main.c tomacht the binary and move main.c to core/
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 6601e18d03..f7864d8309 100644 --- a/Makefile.am +++ b/Makefile.am @@ -603,8 +603,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-setup.c \ - src/shared/machine-id-setup.h \ + src/shared/machine-id-util.c \ + src/shared/machine-id-util.h \ src/shared/loopback-setup.h \ src/shared/loopback-setup.c \ src/shared/specifier.c \ @@ -815,7 +815,7 @@ libsystemd_core_la_LIBADD = \ # ------------------------------------------------------------------------------ systemd_SOURCES = \ - src/main.c + src/core/main.c systemd_CFLAGS = \ $(AM_CFLAGS) \ @@ -979,7 +979,7 @@ systemd_tmpfiles_LDADD = \ # ------------------------------------------------------------------------------ systemd_machine_id_setup_SOURCES = \ - src/machine-id-main.c + src/machine-id-setup.c systemd_machine_id_setup_LDADD = \ libsystemd-label.la \ |