dovecot-2.2: Makefile: Reordered directories to fix build failure

dovecot at dovecot.org dovecot at dovecot.org
Sun Dec 2 02:35:16 EET 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/d168fdd4aa8d
changeset: 15443:d168fdd4aa8d
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Dec 02 02:35:05 2012 +0200
description:
Makefile: Reordered directories to fix build failure

diffstat:

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

diffs (28 lines):

diff -r cea9a269311a -r d168fdd4aa8d src/Makefile.am
--- a/src/Makefile.am	Sat Dec 01 06:56:02 2012 +0200
+++ b/src/Makefile.am	Sun Dec 02 02:35:05 2012 +0200
@@ -1,18 +1,18 @@
 LIBDOVECOT_SUBDIRS = \
 	lib-test \
 	lib \
+	lib-settings \
 	lib-auth \
+	lib-master \
 	lib-charset \
 	lib-dns \
+	lib-dict \
+	lib-ssl-iostream
+	lib-http \
 	lib-fs \
 	lib-mail \
 	lib-imap \
-	lib-imap-storage \
-	lib-master \
-	lib-dict \
-	lib-settings \
-	lib-ssl-iostream \
-	lib-http
+	lib-imap-storage
 
 SUBDIRS = \
 	$(LIBDOVECOT_SUBDIRS) \


More information about the dovecot-cvs mailing list