OSDN Git Service

[Fix] #39493 Makefile.amの記述ミス修正。 / Fix Makefile.am.
authordeskull <deskull@users.sourceforge.jp>
Sat, 26 Oct 2019 10:49:59 +0000 (19:49 +0900)
committerdeskull <deskull@users.sourceforge.jp>
Sat, 26 Oct 2019 10:49:59 +0000 (19:49 +0900)
src/Makefile.am

index ad0b947..bc4cd66 100644 (file)
@@ -79,7 +79,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 \
@@ -89,7 +89,7 @@ hengband_SOURCES = \
        spells-world.c spells-world.h \
        \
        sort.c sort.h \
-       store.h store.c trap.c trap.h types.h util.c util.h \
+       store.h store.c tables.c term.c term.h trap.c trap.h types.h util.c \
        wild.h wild.c wizard1.c wizard2.c \
        warning.c warning.h world.c world.h \
        \