summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-09-21 23:43:31 +0300
committerAndrei Karas <akaras@inbox.ru>2015-09-21 23:44:58 +0300
commit0533718792de26406c56257e4aea7f28d898a132 (patch)
tree653a1244848224708d1383fd3187e15bac55be0d /src/Makefile.am
parente3b02f3d1977ef6eb18d91474e113cba1d3de710 (diff)
downloadplus-0533718792de26406c56257e4aea7f28d898a132.tar.gz
plus-0533718792de26406c56257e4aea7f28d898a132.tar.bz2
plus-0533718792de26406c56257e4aea7f28d898a132.tar.xz
plus-0533718792de26406c56257e4aea7f28d898a132.zip
Define out packet variables in one place and in all files use only externs.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 05d89919f..bb73c2050 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1191,6 +1191,7 @@ manaplus_SOURCES += main.cpp \
net/packetlimiter.cpp \
net/packetlimiter.h \
net/protocolindefine.h \
+ net/protocoloutdefine.h \
net/protocoloutinclude.h \
net/ea/adminrecv.cpp \
net/ea/adminrecv.h \
@@ -1330,6 +1331,7 @@ manaplus_SOURCES += \
net/tmwa/playerrecv.cpp \
net/tmwa/playerrecv.h \
net/tmwa/protocolin.h \
+ net/tmwa/protocolout.cpp \
net/tmwa/protocolout.h \
net/tmwa/questhandler.cpp \
net/tmwa/questhandler.h \
@@ -1557,6 +1559,7 @@ manaplus_SOURCES += gui/windows/bankwindow.cpp \
net/eathena/playerrecv.cpp \
net/eathena/playerrecv.h \
net/eathena/protocolin.h \
+ net/eathena/protocolout.cpp \
net/eathena/protocolout.h \
net/eathena/questhandler.cpp \
net/eathena/questhandler.h \