diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-10-16 17:32:10 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-10-16 17:32:10 +0000 |
commit | 3dbd88048beb03fef4d35a625d0329d74e71907b (patch) | |
tree | b319966105db097affae38f0a8b7fd29a167d12b /src/txt-converter/Makefile.in | |
parent | 6e84eb56e4696f78880cc004e22a42f6d3e1036b (diff) | |
download | hercules-3dbd88048beb03fef4d35a625d0329d74e71907b.tar.gz hercules-3dbd88048beb03fef4d35a625d0329d74e71907b.tar.bz2 hercules-3dbd88048beb03fef4d35a625d0329d74e71907b.tar.xz hercules-3dbd88048beb03fef4d35a625d0329d74e71907b.zip |
* Added missing char_sql/int_mercenary files to txt-converter's Makefile.in
(run the configure script after updating to rebuild the Makefile's)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13302 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/txt-converter/Makefile.in')
-rw-r--r-- | src/txt-converter/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/txt-converter/Makefile.in b/src/txt-converter/Makefile.in index 41c773d31..089d9d276 100644 --- a/src/txt-converter/Makefile.in +++ b/src/txt-converter/Makefile.in @@ -39,6 +39,7 @@ CHAR_CONVERTER_OBJ = \ obj_char/sql-inter.o \ obj_char/sql-int_party.o \ obj_char/sql-int_guild.o \ + obj_char/sql-int_mercenary.o \ ../common/obj_all/minicore.o \ ../common/obj_all/malloc.o \ ../common/obj_all/strlib.o \ @@ -62,6 +63,7 @@ CHAR_CONVERTER_H = \ ../char_sql/inter.h \ ../char_sql/int_party.h \ ../char_sql/int_guild.h \ + ../char_sql/int_mercenary.h \ ../common/cbasetypes.h \ ../common/mmo.h \ ../common/core.h \ |