From: PHO Date: Thu, 6 Feb 2020 06:25:30 +0000 (+0900) Subject: [Fix] #39669 Fix build on non-Windows platforms X-Git-Tag: vmacos2.2.1-7c~28^2~1^2~1 X-Git-Url: http://git.osdn.net/view?p=hengbandforosx%2Fhengbandosx.git;a=commitdiff_plain;h=b5d4569350ad3ac4cc4509ce22fc0d575a298cb1 [Fix] #39669 Fix build on non-Windows platforms --- 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 \ \