summaryrefslogtreecommitdiff
path: root/src/map/Makefile.in
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-01-06 21:12:45 +0300
committerAndrei Karas <akaras@inbox.ru>2018-01-14 18:06:01 +0300
commita2d21de7a19a2e060a4d3324853f2200ec42ab23 (patch)
tree2448f5b92251bc12fc28f4e3d290791faaf85fc1 /src/map/Makefile.in
parentff19771c221b8f4687c38095f970671f24c4270d (diff)
downloadhercules-a2d21de7a19a2e060a4d3324853f2200ec42ab23.tar.gz
hercules-a2d21de7a19a2e060a4d3324853f2200ec42ab23.tar.bz2
hercules-a2d21de7a19a2e060a4d3324853f2200ec42ab23.tar.xz
hercules-a2d21de7a19a2e060a4d3324853f2200ec42ab23.zip
Split packet_keys.h to main client keys and zero client keys.
Diffstat (limited to 'src/map/Makefile.in')
-rw-r--r--src/map/Makefile.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/map/Makefile.in b/src/map/Makefile.in
index 58d91506f..633cba2e1 100644
--- a/src/map/Makefile.in
+++ b/src/map/Makefile.in
@@ -50,9 +50,10 @@ MAP_OBJ = $(addprefix obj_sql/, $(patsubst %c,%o,$(MAP_C)))
MAP_H = atcommand.h battle.h battleground.h buyingstore.h channel.h chat.h \
chrif.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 mob.h npc.h packets.h packets_keys.h packets_shuffle.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 mob.h npc.h packets.h packets_keys_main.h packets_keys_zero.h \
+ packets_shuffle.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@