summaryrefslogtreecommitdiff
path: root/src/map/Makefile
diff options
context:
space:
mode:
authoramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-19 02:41:24 +0000
committeramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-19 02:41:24 +0000
commit45a388cf0c7a1616dd10dba5b9cb5cd07ef47c27 (patch)
tree061471d91a31e50c08dfed97a61c05d0e91404c0 /src/map/Makefile
parent3c234c05cfde1c26bbb44b5a0cea3409fc0d4f13 (diff)
downloadhercules-45a388cf0c7a1616dd10dba5b9cb5cd07ef47c27.tar.gz
hercules-45a388cf0c7a1616dd10dba5b9cb5cd07ef47c27.tar.bz2
hercules-45a388cf0c7a1616dd10dba5b9cb5cd07ef47c27.tar.xz
hercules-45a388cf0c7a1616dd10dba5b9cb5cd07ef47c27.zip
guild_cache
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@619 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/Makefile')
-rw-r--r--src/map/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/Makefile b/src/map/Makefile
index 4786887ae..4204cfaff 100644
--- a/src/map/Makefile
+++ b/src/map/Makefile
@@ -10,7 +10,7 @@ txtobj:
sqlobj:
mkdir sqlobj
-COMMON_OBJ = ../common/core.o ../common/socket.o ../common/timer.o ../common/grfio.o ../common/db.o ../common/lock.o ../common/nullpo.o ../common/malloc.o ../common/showmsg.o
+COMMON_OBJ = ../common/core.o ../common/socket.o ../common/timer.o ../common/grfio.o ../common/db.o ../common/lock.o ../common/nullpo.o ../common/malloc.o ../common/showmsg.o ../common/utils.o
LIBS = -lz -lm
map-server: txtobj/map.o txtobj/chrif.o txtobj/clif.o txtobj/pc.o txtobj/npc.o txtobj/chat.o txtobj/path.o txtobj/itemdb.o txtobj/mob.o txtobj/script.o txtobj/storage.o txtobj/skill.o txtobj/atcommand.o txtobj/charcommand.o txtobj/battle.o txtobj/intif.o txtobj/trade.o txtobj/party.o txtobj/vending.o txtobj/guild.o txtobj/pet.o $(COMMON_OBJ)