From 7ed8e2993f37006a4f455f995ef61b6d0f867656 Mon Sep 17 00:00:00 2001 From: "shadowu@mail.bg" Date: Mon, 15 Dec 2008 03:28:23 +0200 Subject: *Linux build fix. Added CreatureGroups.h/cpp to makefile.am. --HG-- branch : trunk --- src/game/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/game/Makefile.am b/src/game/Makefile.am index ddadee44f9b..81259aef1a7 100644 --- a/src/game/Makefile.am +++ b/src/game/Makefile.am @@ -96,6 +96,8 @@ $(srcdir)/CreatureAIRegistry.cpp \ $(srcdir)/CreatureAIRegistry.h \ $(srcdir)/CreatureAISelector.cpp \ $(srcdir)/CreatureAISelector.h \ +$(srcdir)/CreatureGroups.cpp \ +$(srcdir)/CreatureGroups.h \ $(srcdir)/Creature.cpp \ $(srcdir)/Creature.h \ $(srcdir)/debugcmds.cpp \ -- cgit v1.2.3