diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-04-30 21:07:46 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-04-30 21:07:46 +0300 |
commit | 4284e5bd3d3c3fd387b4e3a9b73220cafc0f2188 (patch) | |
tree | 48e1ab719e666847d84d328f570a868f6c00776b /src/Makefile.am | |
parent | 33b41fe00a47510ed6b84e04fc9e9a222b053130 (diff) | |
download | evol-hercules-4284e5bd3d3c3fd387b4e3a9b73220cafc0f2188.tar.gz evol-hercules-4284e5bd3d3c3fd387b4e3a9b73220cafc0f2188.tar.bz2 evol-hercules-4284e5bd3d3c3fd387b4e3a9b73220cafc0f2188.tar.xz evol-hercules-4284e5bd3d3c3fd387b4e3a9b73220cafc0f2188.zip |
Remove checking for gm command in mail read packet.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 83923cb..a0a68fa 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -41,6 +41,8 @@ MAP_SRC = map/atcommand.c \ map/itemdb.h \ map/lang.c \ map/lang.h \ + map/mail.c \ + map/mail.h \ map/map.c \ map/map.h \ map/mob.c \ |