From: deskull Date: Sun, 15 Mar 2020 08:48:22 +0000 (+0900) Subject: [Fix] #40236 Add not enoughed source description to Makefile.am. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=c9f3428505504436775f086cf62defd32dfbe4df;hp=b5f6f40b4139709d303d178ce09fa2c72781bfb3;p=hengband%2Fhengband.git [Fix] #40236 Add not enoughed source description to Makefile.am. --- 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 \