summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-09-25 01:16:02 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-09-25 01:16:02 +0100
commit8d08ce4da42d2b746a7462899f901e8f422e3d81 (patch)
tree06799c98da9979b0984d81adbbe244e62eb5e046 /src/CMakeLists.txt
parent5c4626638cf38d7106d9549d05f768406849ea20 (diff)
downloadrspamd-8d08ce4da42d2b746a7462899f901e8f422e3d81.tar.gz
rspamd-8d08ce4da42d2b746a7462899f901e8f422e3d81.zip
Add configtest command.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 3d3d887e4..2561fa0ff 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -75,7 +75,7 @@ ADD_SUBDIRECTORY(rspamadm)
SET(RSPAMDSRC controller.c
fuzzy_storage.c
lua_worker.c
- rspamd.c
+ rspamd.c
smtp_proxy.c
worker.c
http_proxy.c)