dovecot-2.2: Makefile: Build lib-ssl-iostream before lib-http

dovecot at dovecot.org dovecot at dovecot.org
Tue Nov 6 02:33:50 EET 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/d9d5b09a0b5b
changeset: 15383:d9d5b09a0b5b
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Nov 06 02:33:38 2012 +0200
description:
Makefile: Build lib-ssl-iostream before lib-http

diffstat:

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

diffs (16 lines):

diff -r 7704a4f935ea -r d9d5b09a0b5b src/Makefile.am
--- a/src/Makefile.am	Tue Nov 06 01:40:17 2012 +0200
+++ b/src/Makefile.am	Tue Nov 06 02:33:38 2012 +0200
@@ -9,10 +9,10 @@
 	lib-imap \
 	lib-imap-storage \
 	lib-master \
-	lib-http \
 	lib-dict \
 	lib-settings \
-	lib-ssl-iostream
+	lib-ssl-iostream \
+	lib-http
 
 SUBDIRS = \
 	$(LIBDOVECOT_SUBDIRS) \


More information about the dovecot-cvs mailing list