dovecot-2.2: Makefile: Fixed libdovecot-ssl to actually contain ...

dovecot at dovecot.org dovecot at dovecot.org
Mon Jul 30 15:56:06 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/d090feb2d9b3
changeset: 14733:d090feb2d9b3
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Jul 30 15:55:39 2012 +0300
description:
Makefile: Fixed libdovecot-ssl to actually contain libssl-iostream

diffstat:

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

diffs (12 lines):

diff -r aab2cca80015 -r d090feb2d9b3 src/lib-dovecot/Makefile.am
--- a/src/lib-dovecot/Makefile.am	Mon Jul 30 15:06:29 2012 +0300
+++ b/src/lib-dovecot/Makefile.am	Mon Jul 30 15:55:39 2012 +0300
@@ -11,7 +11,7 @@
 	../lib/liblib.la
 
 ssl_libs = \
-	../lib-master/libmaster_ssl.la
+	../lib-master/libmaster_ssl.la \
 	../lib-ssl-iostream/libssl_iostream.la
 
 pkglib_LTLIBRARIES = libdovecot.la libdovecot-ssl.la


More information about the dovecot-cvs mailing list