From c9f3428505504436775f086cf62defd32dfbe4df Mon Sep 17 00:00:00 2001 From: deskull Date: Sun, 15 Mar 2020 17:48:22 +0900 Subject: [PATCH 1/1] [Fix] #40236 Add not enoughed source description to Makefile.am. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index 8d69109dd..07469034f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -34,6 +34,7 @@ hengband_SOURCES = \ io/special-class-dump.c io/special-class-dump.h \ io/read-pref-file.c io/read-pref-file.h \ io/exit-panic.c io/exit-panic.h \ + io/write-diary.c io/write-diary.h \ signal-handlers.c signal-handlers.h uid-checker.c uid-checker.h \ character-dump.c character-dump.h core.c core.h files.c files.h \ core/show-file.c core/show-file.h \ -- 2.11.0