diff options
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 = \ |