Fixed plugin compile error

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5153 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
celest 2006-02-01 16:58:01 +00:00
parent f151867517
commit 52384c3a70

View File

@ -19,7 +19,7 @@ txt sql all: $(PLUGINS)
httpd.$(PLUGINEXT): httpd.c
$(CC) $(CFLAGS) -shared -o ../../plugins/$@ $< \
../common/obj/minimalloc.o ../common/obj/db.o ../common/obj/showmsg.o \
../common/obj/utils.o
../common/obj/utils.o ../common/obj/ers.o
@touch $@
gui.$(PLUGINEXT): ../../plugins/gui.conf