]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-lua: Fix LIBDICT_LUA variable usage
authorAki Tuomi <aki.tuomi@open-xchange.com>
Mon, 12 Jul 2021 10:40:58 +0000 (13:40 +0300)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Mon, 12 Jul 2021 12:32:37 +0000 (15:32 +0300)
It needs to be appended to, not set again. Broken by
3d0b7e9bb59e3dc41fd5a4d09832eedea7a92933.

src/lib-lua/Makefile.am

index 7be79ec89b40014803ca3e5509d77acb1dddc2ea..bbf727ab621f866726070c0eed7413d8debb5aec 100644 (file)
@@ -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.