From 3b102021432207999d0551ab59564fca46c88903 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Thu, 1 Nov 2012 20:55:33 +0700 Subject: [PATCH] Fix cyrusauth to be loadable again. #246 When it was renamed from saslauth, compilation flags were not renamed... --- modules/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Makefile.in b/modules/Makefile.in index f7d3028a..8b1707ec 100644 --- a/modules/Makefile.in +++ b/modules/Makefile.in @@ -87,7 +87,7 @@ endif ifeq "@CYRUS@" "" FILES := $(shell echo $(FILES) | sed -e "s:cyrusauth::") endif -saslauthLDFLAGS := -lsasl2 +cyrusauthLDFLAGS := -lsasl2 ifeq "@CHARSET@" "" FILES := $(shell echo $(FILES) | sed -e "s:charset::")