From b5d4569350ad3ac4cc4509ce22fc0d575a298cb1 Mon Sep 17 00:00:00 2001 From: PHO Date: Thu, 6 Feb 2020 15:25:30 +0900 Subject: [PATCH 1/1] [Fix] #39669 Fix build on non-Windows platforms --- .gitignore | 1 + src/Makefile.am | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5fccd7f04..3a3836b59 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # generated files by autoconf and automake aclocal.m4 autom4te.cache +compile configure depcomp install-sh diff --git a/src/Makefile.am b/src/Makefile.am index 2443279cb..99ea8ea79 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -69,7 +69,7 @@ hengband_SOURCES = \ \ rumor.h rumor.c \ \ - spells.h + spells.h \ spells1.c spells2.c spells3.c \ spells-diceroll.c spells-diceroll.h \ spells-floor.c spells-floor.h \ @@ -79,7 +79,7 @@ hengband_SOURCES = \ spells-world.c spells-world.h \ \ sort.c sort.h \ - store.h store.c tables.c trap.c trap.h types.h util.c \ + store.h store.c tables.c term.c term.h trap.c trap.h types.h util.c \ variable.c wild.h wild.c wizard1.c wizard2.c \ warning.c warning.h world.c world.h \ \ -- 2.11.0