summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
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 929866e66..7fb295d0b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1311,7 +1311,8 @@ manaplus_SOURCES += \
net/tmwa/npchandler.cpp \
net/tmwa/npchandler.h \
net/tmwa/packets.h \
- net/tmwa/packets.inc \
+ net/tmwa/packetsin.inc \
+ net/tmwa/packetsout.inc \
net/tmwa/partyhandler.cpp \
net/tmwa/partyhandler.h \
net/tmwa/partyrecv.cpp \
@@ -1537,7 +1538,8 @@ manaplus_SOURCES += gui/windows/bankwindow.cpp \
net/eathena/npcrecv.cpp \
net/eathena/npcrecv.h \
net/eathena/packets.h \
- net/eathena/packets.inc \
+ net/eathena/packetsin.inc \
+ net/eathena/packetsout.inc \
net/eathena/partyhandler.cpp \
net/eathena/partyhandler.h \
net/eathena/partyrecv.cpp \