dovecot-2.2: Makefile: Build lib-dovecot before lib-compression
dovecot at dovecot.org
dovecot at dovecot.org
Fri Mar 27 23:24:50 UTC 2015
details: http://hg.dovecot.org/dovecot-2.2/rev/00477ec143b9
changeset: 18393:00477ec143b9
user: Timo Sirainen <tss at iki.fi>
date: Sat Mar 28 01:23:47 2015 +0200
description:
Makefile: Build lib-dovecot before lib-compression
Because lib-compression depends on it.
diffstat:
src/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (15 lines):
diff -r 750d46c4c111 -r 00477ec143b9 src/Makefile.am
--- a/src/Makefile.am Fri Mar 27 23:39:30 2015 +0200
+++ b/src/Makefile.am Sat Mar 28 01:23:47 2015 +0200
@@ -18,10 +18,10 @@
SUBDIRS = \
$(LIBDOVECOT_SUBDIRS) \
+ lib-dovecot \
lib-imap-client \
lib-imap-urlauth \
lib-compression \
- lib-dovecot \
lib-index \
lib-storage \
lib-sql \
More information about the dovecot-cvs
mailing list