소스 검색

Fixed plugin compile error

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5153 54d463be-8e91-2dee-dedb-b68131a5f0ec
celest 19 년 전
부모
커밋
52384c3a70
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/plugins/Makefile

+ 1 - 1
src/plugins/Makefile

@@ -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