From 1a05bd97d4d3be4abc370868b690d11e58ff4f1c Mon Sep 17 00:00:00 2001 From: dis- Date: Tue, 18 Feb 2014 22:39:29 +0900 Subject: [PATCH] add mspells4.c in Makefile.am --- src/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 5bbc2f830..5261f7bfd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -16,8 +16,9 @@ hengband_SOURCES = \ generate.c dungeon.c init1.c init2.c \ effects.c racial.c inet.c report.c snipe.c hex.c \ artifact.c autopick.c mutation.c flavor.c spells3.c \ - mspells1.c mspells2.c scores.c mind.c mane.c hissatsu.c \ - bldg.c obj_kind.c wild.c avatar.c japanese.c mspells3.c \ + mspells1.c mspells2.c mspells3.c mspells4.c \ + scores.c mind.c mane.c hissatsu.c \ + bldg.c obj_kind.c wild.c avatar.c japanese.c \ main-cap.c main-gcu.c main-x11.c main-xaw.c main.c chuukei.c \ angband.h defines.h externs.h generate.h grid.h \ h-basic.h h-config.h h-define.h h-system.h h-type.h \ -- 2.11.0