summaryrefslogtreecommitdiff
path: root/src/char_sql/Makefile
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-01 01:33:37 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-01 01:33:37 +0000
commit7e7936b1f7c632cfd05fa005e2853f10f899524b (patch)
tree7611bb87d6042a1f3893ad8fe694d9a09ae6a82f /src/char_sql/Makefile
parentdfbd9a3b2e2ba9d87e4bbad431106a1a97b45baa (diff)
downloadhercules-7e7936b1f7c632cfd05fa005e2853f10f899524b.tar.gz
hercules-7e7936b1f7c632cfd05fa005e2853f10f899524b.tar.bz2
hercules-7e7936b1f7c632cfd05fa005e2853f10f899524b.tar.xz
hercules-7e7936b1f7c632cfd05fa005e2853f10f899524b.zip
Removed graph, httpd and webserver
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9757 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/char_sql/Makefile')
-rw-r--r--src/char_sql/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/char_sql/Makefile b/src/char_sql/Makefile
index 651cec002..4d6772838 100644
--- a/src/char_sql/Makefile
+++ b/src/char_sql/Makefile
@@ -3,12 +3,12 @@ all sql: char-server_sql
COMMON_OBJ = ../common/obj/core.o ../common/obj/socket.o ../common/obj/timer.o \
../common/obj/db.o ../common/obj/plugins.o ../common/obj/lock.o \
../common/obj/malloc.o ../common/obj/showmsg.o ../common/obj/utils.o \
- ../common/obj/strlib.o ../common/obj/graph.o ../common/obj/grfio.o \
+ ../common/obj/strlib.o ../common/obj/grfio.o \
../common/obj/mapindex.o ../common/obj/ers.o ../zlib/unz.o
COMMON_H = ../common/core.h ../common/socket.h ../common/timer.h ../common/mmo.h \
../common/version.h ../common/db.h ../common/plugins.h ../common/lock.h \
../common/malloc.h ../common/showmsg.h ../common/utils.h ../common/strlib.h \
- ../common/graph.h ../common/grfio.h ../common/mapindex.h
+ ../common/grfio.h ../common/mapindex.h
char-server_sql: char.o inter.o int_party.o int_guild.o int_storage.o int_pet.o int_homun.o itemdb.o $(COMMON_OBJ)
$(CC) -o ../../$@ $^ $(LIB_S)