dovecot-2.2: Makefile: Fixed compiling lmtp with some SSL_LIBS o...

dovecot at dovecot.org dovecot at dovecot.org
Sun May 20 03:26:25 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/32edf12d7624
changeset: 14289:32edf12d7624
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Mar 05 13:08:14 2012 +0200
description:
Makefile: Fixed compiling lmtp with some SSL_LIBS options.

diffstat:

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

diffs (24 lines):

diff -r 5429dac9830c -r 32edf12d7624 src/lmtp/Makefile.am
--- a/src/lmtp/Makefile.am	Mon Mar 05 11:54:33 2012 +0200
+++ b/src/lmtp/Makefile.am	Mon Mar 05 13:08:14 2012 +0200
@@ -29,11 +29,17 @@
 
 libs = \
 	$(unused_objects) \
-	$(LIBDOVECOT_STORAGE) \
 	$(LIBDOVECOT_LDA)
 
-lmtp_LDADD = $(libs) $(LIBDOVECOT) $(MODULE_LIBS)
-lmtp_DEPENDENCIES = $(libs) $(LIBDOVECOT_DEPS)
+lmtp_LDADD = \
+	$(libs) \
+	$(LIBDOVECOT_STORAGE) \
+	$(LIBDOVECOT) \
+	$(MODULE_LIBS)
+lmtp_DEPENDENCIES = \
+	$(libs) \
+	$(LIBDOVECOT_STORAGE_DEPS) \
+	$(LIBDOVECOT_DEPS)
 
 lmtp_SOURCES = \
 	main.c \


More information about the dovecot-cvs mailing list