summaryrefslogtreecommitdiff
path: root/src/map/Makefile.in
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-07-30 02:24:04 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-07-30 02:24:04 +0000
commit68b3507828409d55fb856dff6b58f8fd93f6bbd0 (patch)
tree4cd9853c689987192bd87c978326ea296bad80d3 /src/map/Makefile.in
parentec3b479889be0de9fae404d961728d2c474f8e4f (diff)
downloadhercules-68b3507828409d55fb856dff6b58f8fd93f6bbd0.tar.gz
hercules-68b3507828409d55fb856dff6b58f8fd93f6bbd0.tar.bz2
hercules-68b3507828409d55fb856dff6b58f8fd93f6bbd0.tar.xz
hercules-68b3507828409d55fb856dff6b58f8fd93f6bbd0.zip
Removed the IRC bot system, now a customization (see topic:194306)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13014 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/Makefile.in')
-rw-r--r--src/map/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/Makefile.in b/src/map/Makefile.in
index c92318060..ba2f3effd 100644
--- a/src/map/Makefile.in
+++ b/src/map/Makefile.in
@@ -17,14 +17,14 @@ MAP_OBJ = map.o chrif.o clif.o pc.o status.o npc.o \
npc_chat.o chat.o path.o itemdb.o mob.o script.o \
storage.o skill.o atcommand.o charcommand.o battle.o \
intif.o trade.o party.o vending.o guild.o pet.o \
- log.o mail.o date.o irc.o unit.o mercenary.o quest.o
+ log.o mail.o date.o unit.o mercenary.o quest.o
MAP_TXT_OBJ = $(MAP_OBJ:%=obj_txt/%)
MAP_SQL_OBJ = $(MAP_OBJ:%=obj_sql/%)
MAP_H = map.h chrif.h clif.h pc.h status.h npc.h \
chat.h itemdb.h mob.h script.h path.h \
storage.h skill.h atcommand.h charcommand.h battle.h \
intif.h trade.h party.h vending.h guild.h pet.h \
- log.h mail.h date.h irc.h unit.h mercenary.h quest.h
+ log.h mail.h date.h unit.h mercenary.h quest.h
HAVE_MYSQL=@HAVE_MYSQL@
ifeq ($(HAVE_MYSQL),yes)