summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-09-22 20:41:19 +0300
committerAndrei Karas <akaras@inbox.ru>2015-09-22 20:57:06 +0300
commitd27c8b53bcd8c7e8e0aa74656e32aeb688629b4b (patch)
tree97437c91403731ced2c099c6906c00716f8a3a1d /src/Makefile.am
parent0533718792de26406c56257e4aea7f28d898a132 (diff)
downloadmv-d27c8b53bcd8c7e8e0aa74656e32aeb688629b4b.tar.gz
mv-d27c8b53bcd8c7e8e0aa74656e32aeb688629b4b.tar.bz2
mv-d27c8b53bcd8c7e8e0aa74656e32aeb688629b4b.tar.xz
mv-d27c8b53bcd8c7e8e0aa74656e32aeb688629b4b.zip
add way for reload packets db. For now it useless.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index bb73c2050..6587795ff 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1348,7 +1348,9 @@ manaplus_SOURCES += \
net/tmwa/tradehandler.cpp \
net/tmwa/tradehandler.h \
net/tmwa/traderecv.cpp \
- net/tmwa/traderecv.h
+ net/tmwa/traderecv.h \
+ net/tmwa/updateprotocol.cpp \
+ net/tmwa/updateprotocol.h
endif
if ENABLE_EATHENA
@@ -1585,6 +1587,8 @@ manaplus_SOURCES += gui/windows/bankwindow.cpp \
net/eathena/tradehandler.h \
net/eathena/traderecv.cpp \
net/eathena/traderecv.h \
+ net/eathena/updateprotocol.cpp \
+ net/eathena/updateprotocol.h \
net/eathena/vendinghandler.cpp \
net/eathena/vendinghandler.h \
net/eathena/vendingrecv.cpp \