diff options
| author | shadowu@mail.bg <none@none> | 2008-12-15 03:28:23 +0200 |
|---|---|---|
| committer | shadowu@mail.bg <none@none> | 2008-12-15 03:28:23 +0200 |
| commit | 7ed8e2993f37006a4f455f995ef61b6d0f867656 (patch) | |
| tree | 65156ae7d8ed54b815635b13d85a4e657a847bb5 | |
| parent | 42d52c1e1782b9f9bbccf37541fe32865c34cfe5 (diff) | |
*Linux build fix. Added CreatureGroups.h/cpp to makefile.am.
--HG--
branch : trunk
| -rw-r--r-- | src/game/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |
