summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-31 01:49:02 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-31 01:54:43 +0300
commit44f92f0feec1cad267fe8584a5a275de98134b4a (patch)
tree4a35d8dcbff6f9b55527471a4d792f3aa8841deb /src/Makefile.am
parentf8b20db91cf8fcaed0c3b8107644bdb101add6b8 (diff)
downloadplus-44f92f0feec1cad267fe8584a5a275de98134b4a.tar.gz
plus-44f92f0feec1cad267fe8584a5a275de98134b4a.tar.bz2
plus-44f92f0feec1cad267fe8584a5a275de98134b4a.tar.xz
plus-44f92f0feec1cad267fe8584a5a275de98134b4a.zip
Move actual packet name to id mapping to packets.inc.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index fadf967fc..1c5e64350 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1309,6 +1309,7 @@ manaplus_SOURCES += \
net/tmwa/npchandler.cpp \
net/tmwa/npchandler.h \
net/tmwa/packets.h \
+ net/tmwa/packets.inc \
net/tmwa/partyhandler.cpp \
net/tmwa/partyhandler.h \
net/tmwa/partyrecv.cpp \
@@ -1533,6 +1534,7 @@ manaplus_SOURCES += gui/windows/bankwindow.cpp \
net/eathena/npcrecv.cpp \
net/eathena/npcrecv.h \
net/eathena/packets.h \
+ net/eathena/packets.inc \
net/eathena/partyhandler.cpp \
net/eathena/partyhandler.h \
net/eathena/partyrecv.cpp \