diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-03-11 19:18:50 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-03-11 19:18:53 +0100 |
commit | e75dcf5737ea7c12522d31b55fe0ca193b9dcc21 (patch) | |
tree | 3304c4259aea18eb8dd517b9e0336a8020130654 /Makefile.am | |
parent | 795607b22308f5b92073b012e43be1892fdd97c0 (diff) |
bootchart: rename log.c to store.c to aovid confusion with src/shared/log.c
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 680dd6597e..f0fe5872cd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2877,7 +2877,7 @@ if ENABLE_BOOTCHART systemd_bootchart_SOURCES = \ src/bootchart/bootchart.c \ src/bootchart/bootchart.h \ - src/bootchart/log.c \ + src/bootchart/store.c \ src/bootchart/svg.c systemd_bootchart_LDADD = \ |