summaryrefslogtreecommitdiff
path: root/src/map/Makefile.in
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-08-22 01:34:48 +0300
committerAndrei Karas <akaras@inbox.ru>2018-08-25 00:37:55 +0300
commit88081dd414142d1dc2e1029b943fb4a87789dc32 (patch)
tree8b4bb0e0dd8070ec102f01b3ca71737ec3783439 /src/map/Makefile.in
parent05af69b6dcdc5fddac4da8ebfdd2ff9036e41c90 (diff)
downloadhercules-88081dd414142d1dc2e1029b943fb4a87789dc32.tar.gz
hercules-88081dd414142d1dc2e1029b943fb4a87789dc32.tar.bz2
hercules-88081dd414142d1dc2e1029b943fb4a87789dc32.tar.xz
hercules-88081dd414142d1dc2e1029b943fb4a87789dc32.zip
Add support for build for AD clients.
Add configure flag --enable-packetver-ad Add defines for AD into mmo.h Add messages list for AD clients.
Diffstat (limited to 'src/map/Makefile.in')
-rw-r--r--src/map/Makefile.in12
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@