]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-var-expand: Use moduledir instead of pkglibdir for crypt
authorAki Tuomi <aki.tuomi@open-xchange.com>
Wed, 19 Feb 2025 08:16:53 +0000 (10:16 +0200)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Wed, 19 Feb 2025 08:19:36 +0000 (10:19 +0200)
This is where the module is installed.

src/lib-var-expand/Makefile.am

index 40123eaafd7ab28ef2b389adc1af80dea7b94da7..1978b2adec180e2691ca79fde4739c248828b267 100644 (file)
@@ -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