diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2010-08-23 19:07:56 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2010-08-23 19:07:56 +0400 |
commit | 331f6807e9ef813755f8ec197cc24915c458a684 (patch) | |
tree | cea02bcfeb75d0243fb599ecfc982c41e625e1f3 /CMakeLists.txt | |
parent | 9bee3171888d00c741e58a7c3532bd04ed7b48c1 (diff) | |
download | rspamd-331f6807e9ef813755f8ec197cc24915c458a684.tar.gz rspamd-331f6807e9ef813755f8ec197cc24915c458a684.zip |
* Move images library to core rspamd
* Add lua api to access images properties
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index af324b67b..30bf27387 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -463,6 +463,7 @@ SET(RSPAMDSRC src/modules.c src/greylist_storage.c src/hash.c src/html.c + src/images.c src/lmtp.c src/lmtp_proto.c src/logger.c |