diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-01 16:58:01 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-01 16:58:01 +0000 |
commit | e6c88987fb92e83d3dc49d688db9d9723836f4f6 (patch) | |
tree | 2b8f7d59d4b0d3ca04a4ca65369c9e6d192ed12d /src/plugins | |
parent | ac349965467725bf4b9690994733cc2b6694cdd4 (diff) | |
download | hercules-e6c88987fb92e83d3dc49d688db9d9723836f4f6.tar.gz hercules-e6c88987fb92e83d3dc49d688db9d9723836f4f6.tar.bz2 hercules-e6c88987fb92e83d3dc49d688db9d9723836f4f6.tar.xz hercules-e6c88987fb92e83d3dc49d688db9d9723836f4f6.zip |
Fixed plugin compile error
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5153 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Makefile b/src/plugins/Makefile index 430f632be..d7b6f4573 100644 --- a/src/plugins/Makefile +++ b/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
|