From: Aki Tuomi Date: Mon, 12 Jul 2021 10:40:58 +0000 (+0300) Subject: lib-lua: Fix LIBDICT_LUA variable usage X-Git-Tag: 2.3.16~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3697bbaf77428678a4f4df7cb1d30acc7fed8b26;p=thirdparty%2Fdovecot%2Fcore.git lib-lua: Fix LIBDICT_LUA variable usage It needs to be appended to, not set again. Broken by 3d0b7e9bb59e3dc41fd5a4d09832eedea7a92933. --- diff --git a/src/lib-lua/Makefile.am b/src/lib-lua/Makefile.am index 7be79ec89b..bbf727ab62 100644 --- a/src/lib-lua/Makefile.am +++ b/src/lib-lua/Makefile.am @@ -16,7 +16,7 @@ libdovecot_lua_la_SOURCES = \ LIBDICT_LUA= if DLUA_WITH_YIELDS -LIBDICT_LUA=../lib-dict/libdict_lua.la +LIBDICT_LUA += ../lib-dict/libdict_lua.la endif # Note: the only things this lib should depend on are libdovecot and lua.