OSDN Git Service

Added missing backslash to avoid early truncation of the list of source files.
authorEric Branlund <ebranlund@fastmail.com>
Mon, 1 Jun 2020 19:47:50 +0000 (12:47 -0700)
committerHourier <hourier@users.sourceforge.jp>
Tue, 2 Jun 2020 13:23:22 +0000 (22:23 +0900)
src/Makefile.am

index fe6a174..a709ed1 100644 (file)
@@ -357,7 +357,7 @@ hengband_SOURCES = \
        realm/realm-death.c realm/realm-death.h \
        realm/realm-hex.c realm/realm-hex.h 
        realm/realm-hissatsu.c realm/realm-hissatsu.h \
-       realm/realm-life.c realm/realm-life.h 
+       realm/realm-life.c realm/realm-life.h \
        realm/realm-names-table.c realm/realm-names-table.h \
        realm/realm-nature.c realm/realm-nature.h \
        realm/realm-song.c realm/realm-song.h \