aboutsummaryrefslogtreecommitdiff
path: root/src/game/Makefile.am
diff options
context:
space:
mode:
authormegamage <none@none>2009-01-01 15:14:43 -0600
committermegamage <none@none>2009-01-01 15:14:43 -0600
commit6e8bd9973b8df3172794484eecd6ebd0a4e54f73 (patch)
treebd1142250f4c588741b8b0f24d95e2eee613b080 /src/game/Makefile.am
parentb348096d2cf12b95cc69c7925de674a135c0384d (diff)
*Fix Linux build. Patch by panaut0lordv.
--HG-- branch : trunk
Diffstat (limited to 'src/game/Makefile.am')
-rw-r--r--src/game/Makefile.am28
1 files changed, 25 insertions, 3 deletions
diff --git a/src/game/Makefile.am b/src/game/Makefile.am
index c0eda2ff7ea..9ad337d5bd6 100644
--- a/src/game/Makefile.am
+++ b/src/game/Makefile.am
@@ -92,6 +92,8 @@ libmangosgame_a_SOURCES = \
CreatureAIRegistry.h \
CreatureAISelector.cpp \
CreatureAISelector.h \
+ CreatureGroups.cpp \
+ CreatureGroups.h \
Creature.cpp \
Creature.h \
debugcmds.cpp \
@@ -110,9 +112,6 @@ libmangosgame_a_SOURCES = \
GameObject.h \
GlobalEvents.cpp \
GlobalEvents.h \
- GMTicketHandler.cpp \
- GMTicketMgr.cpp \
- GMTicketMgr.h \
GossipDef.cpp \
GossipDef.h \
GridDefines.h \
@@ -188,6 +187,24 @@ libmangosgame_a_SOURCES = \
ObjectPosSelector.h \
Opcodes.cpp \
Opcodes.h \
+ OutdoorPvP.cpp \
+ OutdoorPvP.h \
+ OutdoorPvPEP.cpp \
+ OutdoorPvPEP.h \
+ OutdoorPvPHP.cpp \
+ OutdoorPvPHP.h \
+ OutdoorPvPMgr.cpp \
+ OutdoorPvPMgr.h \
+ OutdoorPvPNA.cpp \
+ OutdoorPvPNA.h \
+ OutdoorPvPObjectiveAI.cpp \
+ OutdoorPvPObjectiveAI.h \
+ OutdoorPvPSI.cpp \
+ OutdoorPvPSI.h \
+ OutdoorPvPTF.cpp \
+ OutdoorPvPTF.h \
+ OutdoorPvPZM.cpp \
+ OutdoorPvPZM.h \
Path.h \
PetAI.cpp \
PetAI.h \
@@ -199,6 +216,8 @@ libmangosgame_a_SOURCES = \
Player.h \
PlayerDump.cpp \
PlayerDump.h \
+ PossessedAI.cpp \
+ PossessedAI.h \
PointMovementGenerator.cpp \
PointMovementGenerator.h \
QueryHandler.cpp \
@@ -243,6 +262,9 @@ libmangosgame_a_SOURCES = \
Transports.h \
ThreatManager.cpp \
ThreatManager.h \
+ TicketHandler.cpp \
+ TicketMgr.cpp \
+ TicketMgr.h \
Traveller.h \
Unit.cpp \
Unit.h \