summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-09-07 19:26:12 +0300
committerAndrei Karas <akaras@inbox.ru>2015-09-07 19:26:12 +0300
commit6e2a02c73e54648c7eefe2cb8cfc99a285fed868 (patch)
tree6f5a47590d861bbbb8065a203de054b1f9503303 /src/Makefile.am
parente06101a4c8633a43d813d4a62bde2d9f49c128bf (diff)
downloadplus-6e2a02c73e54648c7eefe2cb8cfc99a285fed868.tar.gz
plus-6e2a02c73e54648c7eefe2cb8cfc99a285fed868.tar.bz2
plus-6e2a02c73e54648c7eefe2cb8cfc99a285fed868.tar.xz
plus-6e2a02c73e54648c7eefe2cb8cfc99a285fed868.zip
Split protocol.h into protocolin.h and protocolout.h
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 5ba2cd751..8465829ba 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1327,7 +1327,8 @@ manaplus_SOURCES += \
net/tmwa/playerhandler.h \
net/tmwa/playerrecv.cpp \
net/tmwa/playerrecv.h \
- net/tmwa/protocol.h \
+ net/tmwa/protocolin.h \
+ net/tmwa/protocolout.h \
net/tmwa/questhandler.cpp \
net/tmwa/questhandler.h \
net/tmwa/questrecv.cpp \
@@ -1553,7 +1554,8 @@ manaplus_SOURCES += gui/windows/bankwindow.cpp \
net/eathena/playerhandler.h \
net/eathena/playerrecv.cpp \
net/eathena/playerrecv.h \
- net/eathena/protocol.h \
+ net/eathena/protocolin.h \
+ net/eathena/protocolout.h \
net/eathena/questhandler.cpp \
net/eathena/questhandler.h \
net/eathena/questrecv.cpp \