diff options
Diffstat (limited to 'src/map/Makefile.in')
-rw-r--r-- | src/map/Makefile.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/map/Makefile.in b/src/map/Makefile.in index 66e784c61..3705fda0e 100644 --- a/src/map/Makefile.in +++ b/src/map/Makefile.in @@ -50,12 +50,12 @@ MAP_OBJ = $(addprefix obj_sql/, $(patsubst %c,%o,$(MAP_C))) MAP_H = achievement.h atcommand.h battle.h battleground.h buyingstore.h channel.h chat.h \ chrif.h clan.h clif.h date.h duel.h elemental.h guild.h homunculus.h HPMmap.h \ instance.h intif.h irc-bot.h itemdb.h log.h mail.h map.h mapreg.h \ - mercenary.h messages.h messages_main.h messages_re.h messages_sak.h \ - messages_zero.h mob.h npc.h packets.h packets_keys_main.h packets_keys_zero.h \ - packets_shuffle_main.h packets_shuffle_re.h packets_shuffle_zero.h \ - packets_struct.h party.h path.h pc.h pc_groups.h pet.h quest.h rodex.h \ - script.h searchstore.h skill.h status.h storage.h trade.h unit.h \ - vending.h + mercenary.h messages.h messages_ad.h messages_main.h messages_re.h \ + messages_sak.h messages_zero.h mob.h npc.h packets.h packets_keys_main.h \ + packets_keys_zero.h packets_shuffle_main.h packets_shuffle_re.h \ + packets_shuffle_zero.h packets_struct.h party.h path.h pc.h pc_groups.h \ + pet.h quest.h rodex.h script.h searchstore.h skill.h status.h storage.h \ + trade.h unit.h vending.h MAP_PH = HAVE_MYSQL=@HAVE_MYSQL@ |