OSDN Git Service

Added escape for newline to avoid truncation of the list of source files.
authorEric Branlund <ebranlund@fastmail.com>
Thu, 20 Aug 2020 20:47:27 +0000 (13:47 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Sun, 6 Sep 2020 16:32:13 +0000 (09:32 -0700)
src/Makefile.am

index 62c8cb7..fb7e1f9 100644 (file)
@@ -818,7 +818,7 @@ hengband_SOURCES = \
        system/gamevalue.h \
        \
        target/grid-selector.c target/grid-selector.h \
-       target/projection-path-calculator.c target/projection-path-calculator.h
+       target/projection-path-calculator.c target/projection-path-calculator.h \
        target/target-checker.c target/target-checker.h \
        target/target-describer.c target/target-describer.h \
        target/target-getter.c target/target-getter.h \