From: Aki Tuomi Date: Wed, 19 Feb 2025 08:16:53 +0000 (+0200) Subject: lib-var-expand: Use moduledir instead of pkglibdir for crypt X-Git-Tag: 2.4.1~179 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae4e6060f0df721150b70f3f190bf641684102de;p=thirdparty%2Fdovecot%2Fcore.git lib-var-expand: Use moduledir instead of pkglibdir for crypt This is where the module is installed. --- diff --git a/src/lib-var-expand/Makefile.am b/src/lib-var-expand/Makefile.am index 40123eaafd..1978b2adec 100644 --- a/src/lib-var-expand/Makefile.am +++ b/src/lib-var-expand/Makefile.am @@ -20,7 +20,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src/lib \ -I$(top_srcdir)/src/lib-test \ -Wno-error=unused-function \ - -DVAR_EXPAND_MODULE_DIR=\"$(pkglibdir)\" + -DVAR_EXPAND_MODULE_DIR=\"$(moduledir)\" var-expand-parser.h: var-expand-parser.c