From: Lennart Poettering Date: Mon, 11 Mar 2013 18:18:50 +0000 (+0100) Subject: bootchart: rename log.c to store.c to aovid confusion with src/shared/log.c X-Git-Tag: v199~231 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=e75dcf5737ea7c12522d31b55fe0ca193b9dcc21 bootchart: rename log.c to store.c to aovid confusion with src/shared/log.c --- diff --git a/Makefile.am b/Makefile.am index 680dd6597..f0fe5872c 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 = \ diff --git a/src/bootchart/log.c b/src/bootchart/store.c similarity index 100% rename from src/bootchart/log.c rename to src/bootchart/store.c