From 36e0f2513b5295add4f11901638de56e7341b1c7 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Fri, 23 Sep 2022 16:36:09 +0300 Subject: [PATCH 26/26] ai/default/Makefile.am: Correct alphabetic module order See osdn #45662 Signed-off-by: Marko Lindqvist --- ai/default/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ai/default/Makefile.am b/ai/default/Makefile.am index 7fdc878e0b..7617ae53c9 100644 --- a/ai/default/Makefile.am +++ b/ai/default/Makefile.am @@ -16,6 +16,8 @@ AM_CPPFLAGS = \ libdefaultai_la_SOURCES = \ aiair.c \ aiair.h \ + aidiplomat.c \ + aidiplomat.h \ aiferry.c \ aiferry.h \ aiguard.c \ @@ -32,8 +34,6 @@ libdefaultai_la_SOURCES = \ aitools.h \ aiunit.c \ aiunit.h \ - aidiplomat.c \ - aidiplomat.h \ daiactions.c \ daiactions.h \ daicity.c \ -- 2.35.1