aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2017-07-21 11:14:25 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2017-07-21 11:41:06 +0100
commit626d567fecde469490ae893dbe1da2a9bbaa7de0 (patch)
tree1115ba20ab2926cbe2e09d3b8d164fb6828ecb27 /config.h.in
parent43a0868d495ce58b1098b071dd3d7020138776c3 (diff)
downloadrspamd-626d567fecde469490ae893dbe1da2a9bbaa7de0.tar.gz
rspamd-626d567fecde469490ae893dbe1da2a9bbaa7de0.zip
[Minor] Set lua cpath to RSPAMD_LIBDIR, not LUALIBDIR
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 35293858b..2b9773aea 100644
--- a/config.h.in
+++ b/config.h.in
@@ -193,6 +193,7 @@
#define RSPAMD_RULESDIR "${RULESDIR}"
#define RSPAMD_WWWDIR "${WWWDIR}"
#define RSPAMD_PREFIX "${CMAKE_INSTALL_PREFIX}"
+#define RSPAMD_LIBDIR "${RSPAMD_LIBDIR}"
#define RSPAMD_VERSION_MAJOR "${RSPAMD_VERSION_MAJOR}"
#define RSPAMD_VERSION_MINOR "${RSPAMD_VERSION_MINOR}"