OSDN Git Service

[Fix] #39669 Fix build on non-Windows platforms
authorPHO <pho@cielonegro.org>
Thu, 6 Feb 2020 06:25:30 +0000 (15:25 +0900)
committerPHO <pho@cielonegro.org>
Thu, 6 Feb 2020 06:25:30 +0000 (15:25 +0900)
.gitignore
src/Makefile.am

index 5fccd7f..3a3836b 100644 (file)
@@ -1,6 +1,7 @@
 # generated files by autoconf and automake
 aclocal.m4
 autom4te.cache
+compile
 configure
 depcomp
 install-sh
index 2443279..99ea8ea 100644 (file)
@@ -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 \
        \