Pārlūkot izejas kodu

* 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://svn.code.sf.net/p/rathena/svn/trunk@13302 54d463be-8e91-2dee-dedb-b68131a5f0ec
FlavioJS 16 gadi atpakaļ
vecāks
revīzija
2f4acc9ad7
2 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 2 0
      Changelog-Trunk.txt
  2. 2 0
      src/txt-converter/Makefile.in

+ 2 - 0
Changelog-Trunk.txt

@@ -3,6 +3,8 @@ Date	Added
 AS OF SVN REV. 5091, WE ARE NOW USING TRUNK.  ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
 IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
 
+2008/10/16
+	* Added missing char_sql/int_mercenary files to txt-converter's Makefile.in. [FlavioJS]
 2008/10/15
 	* Fixed ipban sql connecting to the sql server when disabled. [FlavioJS]
 2008/10/11

+ 2 - 0
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 \