summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-12-07 11:34:29 -0700
committerJared Adams <jaxad0127@gmail.com>2009-12-07 11:34:29 -0700
commit2f310b3040dcb56bd9ed1868dfa4f74b3fd00136 (patch)
tree81957f3eef8130b51e3dd85578ef18f56c274139 /src/Makefile.am
parentfc48c24c6d366e165cbcfbd022d9421790089890 (diff)
downloadmana-client-2f310b3040dcb56bd9ed1868dfa4f74b3fd00136.tar.gz
mana-client-2f310b3040dcb56bd9ed1868dfa4f74b3fd00136.tar.bz2
mana-client-2f310b3040dcb56bd9ed1868dfa4f74b3fd00136.tar.xz
mana-client-2f310b3040dcb56bd9ed1868dfa4f74b3fd00136.zip
Simplify Equipment handling
Also merge eAthena's EquipmentHandler and InventoryHander. Fixes http://mantis.themanaworld.org/view.php?id=888 .
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index cb54815e..21750f26 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -315,7 +315,6 @@ mana_SOURCES = gui/widgets/avatar.cpp \
emoteshortcut.h \
engine.cpp \
engine.h \
- equipment.cpp \
equipment.h \
flooritem.cpp \
flooritem.h \
@@ -459,8 +458,6 @@ mana_SOURCES += \
net/ea/charserverhandler.h \
net/ea/chathandler.cpp \
net/ea/chathandler.h \
- net/ea/equipmenthandler.cpp \
- net/ea/equipmenthandler.h \
net/ea/gamehandler.cpp \
net/ea/gamehandler.h \
net/ea/generalhandler.cpp \