]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
auth: Fix building built-in lua
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Mon, 18 Jan 2021 16:53:07 +0000 (17:53 +0100)
committerTimo Sirainen <timo.sirainen@open-xchange.com>
Mon, 18 Jan 2021 16:53:07 +0000 (17:53 +0100)
It was working only when building as plugin.

src/auth/Makefile.am

index e96b3b69be526edcd52f92322da0cce920eff187..71bcd57a7dd724e77b6a294bff686ce122e92739 100644 (file)
@@ -19,7 +19,7 @@ LUA_LIB = libauthdb_lua.la
 AUTH_LUA_LIBS = # nothing, lua db is a plugin
 else
 LUA_LIB = # nothing, not building a plugin
-AUTH_LUA_LIBS = libauthdb_lua.la $(LIBDOVECOT_LUA)
+AUTH_LUA_LIBS = $(LIBDOVECOT_LUA)
 AUTH_LUA_LDADD = $(LUA_LIBS)
 endif
 endif