From 97899e857e2ebe6bf038b8fdfed81fb489d0d0cb Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 15 Sep 2014 16:02:49 +0300 Subject: Add empty cashshophandler. --- src/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index b68e57fb4..8f9ce0d19 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -635,6 +635,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ gui/windows/worldselectdialog.h \ net/adminhandler.h \ net/auctionhandler.h \ + net/cashshophandler.h \ net/beinghandler.h \ net/buysellhandler.h \ net/character.h \ @@ -1206,6 +1207,8 @@ manaplus_SOURCES += \ net/tmwa/attrs.h \ net/tmwa/auctionhandler.cpp \ net/tmwa/auctionhandler.h \ + net/tmwa/cashshophandler.cpp \ + net/tmwa/cashshophandler.h \ net/tmwa/beinghandler.cpp \ net/tmwa/beinghandler.h \ net/tmwa/buysellhandler.cpp \ @@ -1264,6 +1267,8 @@ manaplus_SOURCES += net/eathena/adminhandler.cpp \ net/eathena/attrs.h \ net/eathena/auctionhandler.cpp \ net/eathena/auctionhandler.h \ + net/eathena/cashshophandler.cpp \ + net/eathena/cashshophandler.h \ net/eathena/beinghandler.cpp \ net/eathena/beinghandler.h \ net/eathena/beingtype.h \ -- cgit v1.2.3-60-g2f50