dovecot-2.2: Makefile: Fixed imap-urlauth library dependencies

dovecot at dovecot.org dovecot at dovecot.org
Sun Sep 16 01:08:19 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/97079269a703
changeset: 15071:97079269a703
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Sep 16 01:08:11 2012 +0300
description:
Makefile: Fixed imap-urlauth library dependencies

diffstat:

 src/imap-urlauth/Makefile.am |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 8e29272c35fa -r 97079269a703 src/imap-urlauth/Makefile.am
--- a/src/imap-urlauth/Makefile.am	Sun Sep 16 01:06:04 2012 +0300
+++ b/src/imap-urlauth/Makefile.am	Sun Sep 16 01:08:11 2012 +0300
@@ -17,7 +17,7 @@
 	$(LIBDOVECOT) \
 	$(SSL_LIBS)
 imap_urlauth_login_DEPENDENCIES = \
-	$(LIBDOVECOT_LOGIN) \
+	$(LIBDOVECOT_LOGIN_DEPS) \
 	$(LIBDOVECOT_DEPS)
 
 imap_urlauth_login_SOURCES = \


More information about the dovecot-cvs mailing list