From d75ab9a77c15b7a99dcd5051846e4978c3ab71c1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 20 May 2014 22:41:20 +0300 Subject: Move player attributes in net code into separate file. --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 57725d8e4..1f1e24f2f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1081,6 +1081,7 @@ manaplus_SOURCES += \ net/tmwa/gui/partytab.h \ net/tmwa/adminhandler.cpp \ net/tmwa/adminhandler.h \ + net/tmwa/attrs.h \ net/tmwa/beinghandler.cpp \ net/tmwa/beinghandler.h \ net/tmwa/buysellhandler.cpp \ @@ -1134,6 +1135,7 @@ manaplus_SOURCES += net/eathena/gui/guildtab.cpp \ net/eathena/gui/partytab.h \ net/eathena/adminhandler.cpp \ net/eathena/adminhandler.h \ + net/eathena/attrs.h \ net/eathena/beinghandler.cpp \ net/eathena/beinghandler.h \ net/eathena/buysellhandler.cpp \ -- cgit v1.2.3-60-g2f50