diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-08-23 01:12:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-08-23 01:12:26 +0300 |
commit | 75604ffe8c2ef1f2d76a44dc30e8a257b695daf5 (patch) | |
tree | 5cb43dcb41627d3313ba3d2a371b1a597fd3bab5 /src/Makefile.am | |
parent | 17e9519c2ee0b126db5ba1df61dcddf9f7b90b47 (diff) | |
download | plus-75604ffe8c2ef1f2d76a44dc30e8a257b695daf5.tar.gz plus-75604ffe8c2ef1f2d76a44dc30e8a257b695daf5.tar.bz2 plus-75604ffe8c2ef1f2d76a44dc30e8a257b695daf5.tar.xz plus-75604ffe8c2ef1f2d76a44dc30e8a257b695daf5.zip |
Add ability to send new mail by /sendmail chat command.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 1dc393a80..3e498f10c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1465,6 +1465,7 @@ SRC = ${BASE_SRC} \ enums/resources/item/itemtype.h \ resources/itemtypemap.h \ resources/itemtypemapdata.h \ + resources/mailqueue.h \ resources/mapinfo.h \ enums/resources/map/mapitemtype.h \ enums/resources/map/maplayerposition.h \ |