From e75dcf5737ea7c12522d31b55fe0ca193b9dcc21 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 11 Mar 2013 19:18:50 +0100 Subject: [PATCH] bootchart: rename log.c to store.c to aovid confusion with src/shared/log.c --- Makefile.am | 2 +- src/bootchart/{log.c => store.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/bootchart/{log.c => store.c} (100%) 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 -- 2.30.2