diff options
author | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-15 15:30:31 +0000 |
---|---|---|
committer | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-15 15:30:31 +0000 |
commit | cbf1ea7211a92baf5877d5ea4673820640b68260 (patch) | |
tree | 65b6df22883d4ce0e92144c22113cc5f7e6c78cf /src/txt-converter/char | |
parent | 7ce8cd3af8480f5236497ccd59b75d221070927f (diff) | |
download | hercules-cbf1ea7211a92baf5877d5ea4673820640b68260.tar.gz hercules-cbf1ea7211a92baf5877d5ea4673820640b68260.tar.bz2 hercules-cbf1ea7211a92baf5877d5ea4673820640b68260.tar.xz hercules-cbf1ea7211a92baf5877d5ea4673820640b68260.zip |
Fix compile error
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@571 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/txt-converter/char')
-rw-r--r-- | src/txt-converter/char/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/txt-converter/char/Makefile b/src/txt-converter/char/Makefile index 56723ca5a..8d6d2c911 100644 --- a/src/txt-converter/char/Makefile +++ b/src/txt-converter/char/Makefile @@ -1,7 +1,7 @@ all: char-converter sql: char-converter -COMMON_OBJ = ../../common/core.o ../../common/socket.o ../../common/timer.o ../../common/db.o ../../common/malloc.o +COMMON_OBJ = ../common/core.o ../common/socket.o ../common/timer.o ../common/grfio.o ../common/db.o ../common/lock.o ../common/nullpo.o ../common/malloc.o ../common/showmsg.o char-converter: char-converter.o strlib.o $(COMMON_OBJ) $(CC) -o ../../../$@ $^ $(LIB_S) |