aboutsummaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rspamd.com>2022-12-06 22:01:59 +0000
committerVsevolod Stakhov <vsevolod@rspamd.com>2022-12-06 22:01:59 +0000
commit59823dd77dc52c980ef71a0c1f650dcaede59f69 (patch)
tree7d295ab7f56e99463b31edc710655d115e4c03fd /src/CMakeLists.txt
parentec0b155fbe511f95f03813d5fccc88077312cb41 (diff)
downloadrspamd-59823dd77dc52c980ef71a0c1f650dcaede59f69.tar.gz
rspamd-59823dd77dc52c980ef71a0c1f650dcaede59f69.zip
[Rework] Convert chartable plugin to c++ for convenience
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 e51b1e381..5dee8e610 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -98,7 +98,7 @@ SET(RSPAMDSRC controller.c
rspamd_proxy.c)
SET(PLUGINSSRC plugins/regexp.c
- plugins/chartable.c
+ plugins/chartable.cxx
plugins/fuzzy_check.c
plugins/dkim_check.c
libserver/rspamd_control.c)