aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2016-07-24 17:58:58 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2016-07-24 17:58:58 +0100
commitec4475e63fb811382d908b2e9db16937285613ec (patch)
tree20a067f3322d2087e266ec1136d202cc4612b802
parent1f8e3540a3596fd8dcac7aa9026bf8dad2e88613 (diff)
downloadrspamd-ec4475e63fb811382d908b2e9db16937285613ec.tar.gz
rspamd-ec4475e63fb811382d908b2e9db16937285613ec.zip
[Minor] Install rspamd_stats
-rw-r--r--CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fd5a51916..0813677e7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1298,6 +1298,9 @@ INSTALL(FILES "doc/rspamd.8" DESTINATION ${MANDIR}/man8)
INSTALL(FILES "doc/rspamc.1" DESTINATION ${MANDIR}/man1)
INSTALL(FILES "doc/rspamadm.1" DESTINATION ${MANDIR}/man1)
+# Utils
+INSTALL(FILES "utils/rspamd_stats.pl" RENAME rspamd_stats DESTINATION bin)
+
# Install webui
IF(INSTALL_WEBUI MATCHES "ON")
INSTALL(DIRECTORY "interface/" DESTINATION ${WWWDIR} PATTERN ".git" EXCLUDE)