aboutsummaryrefslogtreecommitdiff
path: root/src/game/Makefile.am
diff options
context:
space:
mode:
authormegamage <none@none>2009-03-27 09:58:20 -0600
committermegamage <none@none>2009-03-27 09:58:20 -0600
commitbc2f2bc56a0c4c1a732911c52cb405af6af309c9 (patch)
tree7f27f5edafdfa6f7f9aa93c16ca0c53bfd1f1b49 /src/game/Makefile.am
parent5f47775ac36c78512e9a233ad31db657045617fb (diff)
[7552] Move client version dependend DBC code to src/game. Author: VladimirMangos
--HG-- branch : trunk
Diffstat (limited to 'src/game/Makefile.am')
-rw-r--r--src/game/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/game/Makefile.am b/src/game/Makefile.am
index 329ecdaa9cf..4c629fcf40b 100644
--- a/src/game/Makefile.am
+++ b/src/game/Makefile.am
@@ -380,6 +380,11 @@ libmangosgame_a_SOURCES = \
CreatureAISelector.h \
Creature.cpp \
Creature.h \
+ DBCEnums.h \
+ DBCfmt.h \
+ DBCStores.cpp \
+ DBCStores.h \
+ DBCStructure.h \
debugcmds.cpp \
DestinationHolder.cpp \
DestinationHolder.h \