From: Timo Sirainen Date: Sat, 8 Apr 2017 06:58:57 +0000 (+0300) Subject: auth-var-expand-crypt plugin: Add missing ldflags X-Git-Tag: 2.2.29~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8d1d9b963b4e2eb7da614206b08ef3b36a48c9c7;p=thirdparty%2Fdovecot%2Fcore.git auth-var-expand-crypt plugin: Add missing ldflags --- diff --git a/src/plugins/var-expand-crypt/Makefile.am b/src/plugins/var-expand-crypt/Makefile.am index 22177797b7..72eb1c2cde 100644 --- a/src/plugins/var-expand-crypt/Makefile.am +++ b/src/plugins/var-expand-crypt/Makefile.am @@ -4,6 +4,7 @@ AM_CPPFLAGS = \ NOPLUGIN_LDFLAGS = lib20_var_expand_crypt_la_LDFLAGS = -module -avoid-version +lib20_auth_var_expand_crypt_la_LDFLAGS = -module -avoid-version auth_moduledir = $(moduledir)/auth