diff options
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | src/bootchart/store.c (renamed from src/bootchart/log.c) | 0 |
2 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 = \ diff --git a/src/bootchart/log.c b/src/bootchart/store.c index ccec03f12c..ccec03f12c 100644 --- a/src/bootchart/log.c +++ b/src/bootchart/store.c |