Przeglądaj źródła

Fixed plugin compile error

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5153 54d463be-8e91-2dee-dedb-b68131a5f0ec
celest 19 lat temu
rodzic
commit
52384c3a70
1 zmienionych plików z 1 dodań i 1 usunięć
  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